C# ptx

Open-source C# projects categorized as ptx

C# ptx Projects

  • ILGPU

    ILGPU JIT Compiler for high-performance .Net GPU programs

  • Project mention: Ilgpu: Write GPU programs with C# and F# | news.ycombinator.com | 2024-05-17

    Given IL itself is an abstract stack-based bytecode, it can be compiled to the corresponding IR, which can then target corresponding back-end - this is what ILGPU does.

    C# (and F# by extension) also allows to write system-ish code, with references to locals and same C primitives, which means that you're not sacrificing in performance by having the language be higher-level. After all, you're using ILGPUs APIs first and foremost.

    It also lets you do things like PTX assembly (learned about it today, haven't seen that sample before): https://github.com/m4rs-mt/ILGPU/blob/master/Samples/InlineP...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Index

Project Stars
1 ILGPU 1,270

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com