Skip to content

Fixes for VTK compilation with Intel icpx compiler

Abhishek Yenpure requested to merge ayenpure/vtk:fix_device_issue_vtkm into master

The Intel icpx compiler somehow does not like how the code is currently. Where CUDA, and HIP ignore problems with warnings, icpx reports errors and fails. This is still a partial fix for supporting icpx as everything compiles with VTK + VTK-m, however there are linking failures not related to this fix.

Merge request reports