Hi all,
I want to use mkl_jit_create_cgemm on my setup where each thread is pinned to single core.
In each thread I'll do the cgemm with the created Jitter.
Do I need to create jit kernel specific for each thread? or create just 1 and use it on all calling threads?
Elad