aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compute/skc/platforms/cl_12/runtime_cl_12.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compute/skc/platforms/cl_12/runtime_cl_12.h')
-rw-r--r--src/compute/skc/platforms/cl_12/runtime_cl_12.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compute/skc/platforms/cl_12/runtime_cl_12.h b/src/compute/skc/platforms/cl_12/runtime_cl_12.h
index beb924f3ca..1cfd51161e 100644
--- a/src/compute/skc/platforms/cl_12/runtime_cl_12.h
+++ b/src/compute/skc/platforms/cl_12/runtime_cl_12.h
@@ -58,6 +58,8 @@ struct skc_runtime
struct skc_config const * config; // FIXME: config will be determined by device with some opportunities to resize
struct skc_device * device; // opaque bundle of kernels
+
+ struct hs_cl const * hs; // opaque hotsort
};
//
@@ -185,4 +187,3 @@ skc_runtime_cl_12_debug(struct skc_context * const context);
//
//
//
-