Move global mux_counter variable into opencl_ctx_t
This commit is contained in:
@@ -535,6 +535,7 @@ typedef struct
|
||||
int force_jit_compilation;
|
||||
|
||||
hc_thread_mutex_t mux_dispatcher;
|
||||
hc_thread_mutex_t mux_counter;
|
||||
|
||||
} opencl_ctx_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user