Skip to content

Commit

Permalink
Add RawMemoryAllocationFailure::AllocationMechanism::OpenACCMalloc en…
Browse files Browse the repository at this point in the history
…umerator
  • Loading branch information
dalg24 committed Jan 19, 2024
1 parent 8f743cf commit a3aa567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/impl/Kokkos_Error.hpp
Expand Up @@ -58,7 +58,8 @@ class RawMemoryAllocationFailure : public std::bad_alloc {
HIPMallocManaged,
SYCLMallocDevice,
SYCLMallocShared,
SYCLMallocHost
SYCLMallocHost,
OpenACCMalloc,
};

private:
Expand Down

0 comments on commit a3aa567

Please sign in to comment.