File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030
3131#include "utils_common.h"
3232
33- #if (defined UMF_BUILD_LIBUMF_POOL_DISJOINT && \
34- defined UMF_BUILD_LEVEL_ZERO_PROVIDER && defined UMF_BUILD_GPU_TESTS )
33+ #if (defined UMF_POOL_DISJOINT_ENABLED && \
34+ defined UMF_PROVIDER_LEVEL_ZERO_ENABLED && defined UMF_BUILD_GPU_TESTS )
3535#include "utils_level_zero.h"
3636#endif
3737
@@ -422,7 +422,7 @@ UBENCH_EX(simple, scalable_pool_with_os_memory_provider) {
422422#endif /* (defined UMF_POOL_SCALABLE_ENABLED) */
423423
424424#if (defined UMF_POOL_DISJOINT_ENABLED && \
425- defined UMF_BUILD_LEVEL_ZERO_PROVIDER && defined UMF_BUILD_GPU_TESTS )
425+ defined UMF_PROVIDER_LEVEL_ZERO_ENABLED && defined UMF_BUILD_GPU_TESTS )
426426static void do_ipc_get_put_benchmark (alloc_t * allocs , size_t num_allocs ,
427427 size_t repeats ,
428428 umf_ipc_handle_t * ipc_handles ) {
You can’t perform that action at this time.
0 commit comments