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:
@@ -155,7 +155,7 @@ public:
|
||||
|
||||
if ( ptr == (_Tp *) NULL ) ptr = (_Tp *) acceleratorAllocShared(bytes);
|
||||
|
||||
assert( ptr != (_Tp *)NULL);
|
||||
assert( ( (_Tp*)ptr != (_Tp *)NULL ) );
|
||||
|
||||
return ptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user