diff options
Diffstat (limited to 'openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h')
| -rw-r--r-- | openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h b/openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h index 9cdcc162dd4..c93657e45e1 100644 --- a/openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h +++ b/openmp/libomptarget/deviceRTLs/nvptx/src/supporti.h @@ -188,7 +188,6 @@ INLINE void *SafeMalloc(size_t size, const char *msg) // check if success { void *ptr = malloc(size); PRINT(LD_MEM, "malloc data of size %zu for %s: 0x%llx\n", size, msg, P64(ptr)); - ASSERT(LT_SAFETY, ptr, "failed to allocate %zu bytes for %s\n", size, msg); return ptr; } |

