Basic support for OpenCL (experimental)
Compare changes
- Stephan Seitz authored
@@ -2,6 +2,7 @@ import pystencils.data_types
@@ -67,5 +68,17 @@ class OpenClSympyPrinter(CudaSympyPrinter):
Basic support for OpenCL
Problem: OpenCL cannot import stdint.h
. Temporary fix: define custom opencl_stdint.h
(defines currently only `)int64_t
TODO:
opencl_stdint.h
fast_div
)