-
Updated
Mar 6, 2022 - Python
#
spirv
Here are 63 public repositories matching this topic...
Open deep learning compiler stack for cpu, gpu and specialized accelerators
javascript
machine-learning
performance
deep-learning
metal
compiler
gpu
vulkan
opencl
tensor
spirv
rocm
tvm
afd
commented
Jun 25, 2020
Rewrite e.g. abs as a call to a function, _GLF_abs, that does the absolute value computation. Similar for mod, min, max, clamp and possibly other functions.
Clspv is a prototype compiler for a subset of OpenCL C to Vulkan compute shaders
-
Updated
Mar 4, 2022 - LLVM
Cross platform shader system for HLSL, GLSL, Metal and SPIR-V.
-
Updated
Dec 21, 2021 - Python
Rust bindings for the shaderc library.
-
Updated
Feb 8, 2022 - Rust
DragonJoker
commented
Nov 22, 2021
Currently it is done like in GLSL (in the texcoords), whilst it should be a separate param.
One stop shop for getting started with SPIR-V.
-
Updated
Mar 5, 2022
Image operations, so quick and embeddable that you might barely notice it running
-
Updated
Feb 27, 2022 - Rust
Improve this page
Add a description, image, and links to the spirv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spirv topic, visit your repo's landing page and select "manage topics."
Add Javadoc to document the examples in TornadoVM.
This affects the packages under the
examplesmodule:https://github.com/beehive-lab/TornadoVM/tree/master/examples/src/main/java/uk/ac/manchester/tornado/examples
The documentation is at the class-level and it will contain a description of how the TornadoVM API is used for each example. Additionally, it contains how to run the example