compute is back in. Crashing the nvidia driver on buffer operations in the kernel....

This commit is contained in:
2020-02-21 20:39:20 -08:00
parent 9ddc88400e
commit bb8144bb01
8 changed files with 76 additions and 60 deletions

View File

@@ -40,7 +40,7 @@ impl CompuBuffers {
};
// Settings buffer which holds i32's
// Compile macros into the kernel eventually to index them
// TODO: Compile macros into the kernel eventually to index them
let settings_buffer = {
let vec = vec![dimensions.0, dimensions.1];
let mut buff = vec.iter();