mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 00:07:05 +01: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