1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-11-26 09:29:31 +00:00

First compiile on HiP

This commit is contained in:
Peter Boyle
2020-05-10 05:28:09 -04:00
parent 52081acfa5
commit bbbee5660d
9 changed files with 44 additions and 25 deletions

View File

@@ -155,7 +155,7 @@ public:
if ( ptr == (_Tp *) NULL ) ptr = (_Tp *) acceleratorAllocShared(bytes);
assert( ptr != (_Tp *)NULL);
assert( ( (_Tp*)ptr != (_Tp *)NULL ) );
return ptr;
}