ComputationalRadiationPhysics / isaac

In Situ Animation of Accelerated Computations :microscope:
http://ComputationalRadiationPhysics.github.io/isaac/
GNU Lesser General Public License v3.0
25 stars 15 forks source link

Use correct MIN/MAX functions in kernel #109

Closed FelixTUD closed 4 years ago

FelixTUD commented 4 years ago

The use of MIN/MAX in the kernel resulted in compile errors in the kernel for the nvcc compiled example.

ISAAC_MIN/ISAAC_MAX are already used elsewhere in the kernel.

psychocoderHPC commented 4 years ago

@FelixTUD Should this PR still be a Draft? Please press Ready for review.

FelixTUD commented 4 years ago

The unintentional commit is removed from the PR