GPU backend
Compare changes
- Praneet Rathi authored
+ 8
− 2
@@ -470,6 +470,12 @@ namespace cg = cooperative_groups;
@@ -1880,8 +1886,8 @@ 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.