Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenGL range_for support (stage 2.1.1) (#594)
* [skip ci] range for using GLSL threads range for and extptr (TODO: extptr not work) [skip ci] remove ext ptr fake support Conflicts: examples/opengl_backend.py taichi/codegen/codegen_opengl.cpp taichi/platform/opengl/opengl_kernel.cpp taichi/platform/opengl/opengl_kernel.h Conflicts: taichi/program/program.cpp * [skip ci] fix typo in _thread_id_ > (should be >=) Conflicts: taichi/codegen/codegen_opengl.cpp Conflicts: taichi/codegen/codegen_opengl.cpp * multi work groups & compile before launch to save time Conflicts: taichi/codegen/codegen_opengl.cpp taichi/platform/opengl/opengl_api.cpp taichi/platform/opengl/opengl_api.h taichi/platform/opengl/opengl_data_types.h fix merge Conflicts: taichi/codegen/codegen_opengl.cpp * [skip ci] non-GL build fix
- Loading branch information