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

Simplification of the code by using glm and reducing templates #130

Closed FelixTUD closed 3 years ago

FelixTUD commented 3 years ago

BREAKING CHANGES TO THE ISAAC INTERFACE

psychocoderHPC commented 3 years ago

Is it possible to use the upstream version of glm for issac. If I remember correctly some changes were required to support CUDA.

psychocoderHPC commented 3 years ago

Please add glm to the requirements in INSTALL.md. If a minimal version is required add this information too.

FelixTUD commented 3 years ago

Yes for CUDA a recent glm upstream version works without adjustments, only the future hip support needs some changes

FelixTUD commented 3 years ago

@psychocoderHPC the requested changes are integrated