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 30
30
31
31
#include "utils_common.h"
32
32
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 )
35
35
#include "utils_level_zero.h"
36
36
#endif
37
37
@@ -422,7 +422,7 @@ UBENCH_EX(simple, scalable_pool_with_os_memory_provider) {
422
422
#endif /* (defined UMF_POOL_SCALABLE_ENABLED) */
423
423
424
424
#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 )
426
426
static void do_ipc_get_put_benchmark (alloc_t * allocs , size_t num_allocs ,
427
427
size_t repeats ,
428
428
umf_ipc_handle_t * ipc_handles ) {
You can’t perform that action at this time.
0 commit comments