-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issue with shfl shim in coriander
- Loading branch information
1 parent
ffba682
commit d7438ab
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule coriander
updated
19 files
+1 −1 | CMakeLists.txt | |
+8 −0 | include/cocl/cocl_context.h | |
+6 −0 | src/basicblockdumper.cpp | |
+9 −2 | src/basicblockdumper.h | |
+9 −2 | src/function_dumper.cpp | |
+6 −2 | src/function_dumper.h | |
+37 −3 | src/hostside_opencl_funcs.cpp | |
+14 −5 | src/ir-to-opencl.cpp | |
+13 −17 | src/ir-to-opencl.h | |
+22 −14 | src/kernel_dumper.cpp | |
+6 −1 | src/kernel_dumper.h | |
+9 −3 | src/new_instruction_dumper.cpp | |
+7 −2 | src/new_instruction_dumper.h | |
+73 −6 | src/shims.cpp | |
+5 −2 | src/shims.h | |
+26 −26 | test/gtest/test_function_dumper.cpp | |
+42 −42 | test/gtest/test_kernel_dumper.cpp | |
+4 −2 | test/gtest/test_new_instruction_dumper.cpp | |
+129 −0 | test/gtest/test_shims.cpp |