Skip to content

Fix Opencl and LLVM GPU tests

Stephan Seitz requested to merge seitz/pystencils:fix-opencl-llvm-gpu into master

Fix tests for LLVM GPU and OpenCL

  • !96 (merged) made it impossible to print functions without names (only important for LLVM GPU test)
  • !87 (merged) made it impossible to run OpenCL kernels on CUDA OpenCL int(...). is not a valid cast for it
  • SymPy moved sympy.boolalg to sympy.logic.boolalg
Edited by Stephan Seitz

Merge request reports