Skip to content

Draft: fix cuda long compiling issue

Zhe Wang requested to merge zhe.wang/vtk-m:fix_long_cuda_compiling_issue into master

Avoid using the invoke to call worklet for ArrayHandleRecombineVec. This may cause cuda long compiling issue (cuda 12.x)

Merge request reports