-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
RobustnessEnsures that existing features work as intendedEnsures that existing features work as intendedTestingAdditions/changes to the testing infrastrutureAdditions/changes to the testing infrastruturebugSomething isn't workingSomething isn't working
Description
We have been a bit lazy with our PORTABLE_INLINE_FUNCTION
calls and EOSPAC. Since EOSPAC can't be called from within a device kernel, we need to get rid of those function decorators when calling EOSPAC.
For example,
https://github.com/lanl/singularity-eos/blob/main/singularity-eos/eos/eos_eospac.hpp#L1297
fails on certain platforms with the error error: reference to __host__ function 'eosSafeInterpolate' in __host__ __device__ function
.
Metadata
Metadata
Assignees
Labels
RobustnessEnsures that existing features work as intendedEnsures that existing features work as intendedTestingAdditions/changes to the testing infrastrutureAdditions/changes to the testing infrastruturebugSomething isn't workingSomething isn't working