Hacky fix to remove limiting the clip worklet's batch size, Viskores disagrees with this approach
Discussion
Ken discussed some rocm compiler errors where paraview was being compiled with two different compilers on frontier, normal cxx and then amd clang for the hip stuff, the issue was that in cmake the link to the kokkos library will add compiler flags that will kill the gcc compiler. Viskores had a recent change to change the linking of the libraries, kokkos links libraries privately and won't add def lines, this could be an issue later on where the linking is not happening correctly, this could be remedied by linking directly to viskores_cont and viskores_exec