aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/platforms/cl_12/allocator_device_cl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compute/skc/platforms/cl_12/allocator_device_cl.c')
-rw-r--r--src/compute/skc/platforms/cl_12/allocator_device_cl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compute/skc/platforms/cl_12/allocator_device_cl.c b/src/compute/skc/platforms/cl_12/allocator_device_cl.c
index aa44f36e87..90ae26eb71 100644
--- a/src/compute/skc/platforms/cl_12/allocator_device_cl.c
+++ b/src/compute/skc/platforms/cl_12/allocator_device_cl.c
@@ -106,7 +106,7 @@ skc_allocator_device_create(struct skc_runtime * const runtime)
&runtime->allocator.device.temp.suballocator,
"DEVICE",
runtime->config->suballocator.device.subbufs,
- runtime->cl.base_align,
+ runtime->cl.align_bytes,
runtime->config->suballocator.device.size);
#ifndef NDEBUG