-
Updated
Jan 30, 2022 - Python
#
spirv
Here are 61 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
Jan 28, 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
Jan 22, 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
Jun 21, 2021
Image operations, so quick and embeddable that you might barely notice it running
-
Updated
Jan 30, 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