diff --git a/src/memspaces/memspace_highest_bandwidth.c b/src/memspaces/memspace_highest_bandwidth.c index 618da164b..670e468da 100644 --- a/src/memspaces/memspace_highest_bandwidth.c +++ b/src/memspaces/memspace_highest_bandwidth.c @@ -105,7 +105,6 @@ static void umfMemspaceHighestBandwidthInit(void) { LOG_DEBUG( "Creating the highest bandwidth memspace failed with the error: %u", ret); - assert(ret == UMF_RESULT_ERROR_NOT_SUPPORTED); } } diff --git a/src/memspaces/memspace_lowest_latency.c b/src/memspaces/memspace_lowest_latency.c index 8c37372d6..95c1630b7 100644 --- a/src/memspaces/memspace_lowest_latency.c +++ b/src/memspaces/memspace_lowest_latency.c @@ -101,7 +101,6 @@ static void umfMemspaceLowestLatencyInit(void) { LOG_DEBUG( "Creating the lowest latency memspace failed with the error: %u", ret); - assert(ret == UMF_RESULT_ERROR_NOT_SUPPORTED); } #if defined(_WIN32) && !defined(UMF_SHARED_LIBRARY)