GPU backend
Compare changes
- Praneet Rathi authored
+ 2
− 1
@@ -371,6 +371,7 @@ impl GPUContext<'_> {
@@ -1906,7 +1907,7 @@ extern \"C\" {} {}(", if ret_primitive { ret_type.clone() } else { "void".to_str
Adds GPU backend and "CUDA" feature to all the tests. As of MR creation, there were no forks in tested IRs so only vanilla non-parallel (single block, single thread) codegen has been tested.