diff --git a/.gitignore b/.gitignore index 270c4084b..4d67efdd8 100644 --- a/.gitignore +++ b/.gitignore @@ -179,9 +179,6 @@ bin/ external/boost/ tmp/ -# Spirv -*.spv - # CMake build/ release/ diff --git a/shaders/glsl/logisticregression.comp.spv b/shaders/glsl/logisticregression.comp.spv new file mode 100755 index 000000000..f68cb431d Binary files /dev/null and b/shaders/glsl/logisticregression.comp.spv differ diff --git a/shaders/glsl/opmult.comp.spv b/shaders/glsl/opmult.comp.spv new file mode 100755 index 000000000..4ad5057d2 Binary files /dev/null and b/shaders/glsl/opmult.comp.spv differ diff --git a/test/shaders/glsl/test_logistic_regression.comp.spv b/test/shaders/glsl/test_logistic_regression.comp.spv new file mode 100755 index 000000000..f68cb431d Binary files /dev/null and b/test/shaders/glsl/test_logistic_regression.comp.spv differ diff --git a/test/shaders/glsl/test_op_custom_shader.comp.spv b/test/shaders/glsl/test_op_custom_shader.comp.spv new file mode 100755 index 000000000..88b54d372 Binary files /dev/null and b/test/shaders/glsl/test_op_custom_shader.comp.spv differ diff --git a/test/shaders/glsl/test_workgroup.comp.spv b/test/shaders/glsl/test_workgroup.comp.spv new file mode 100755 index 000000000..93b87ba7d Binary files /dev/null and b/test/shaders/glsl/test_workgroup.comp.spv differ