clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

Tuning #306

Closed mikyoreyes closed 7 years ago

mikyoreyes commented 7 years ago

Hi.

Does anyone know how to use the produced .kdb file after tuning?

Thanks,

tingxingdong commented 7 years ago

look at the option " BLAS_DUMP_CLBLAS_KERNELS" on your cmake-gui. also reference #232 , #104

mikyoreyes commented 7 years ago

so with the BLAS_DUMP_CLBLAS_KERNELS turned ON the kernels are created on runtime?

I'm using an adreno GPU on mobile.

tingxingdong commented 7 years ago

Can you just simply run it?

ysh329 commented 5 years ago

so with the BLAS_DUMP_CLBLAS_KERNELS turned ON the kernels are created on runtime?

I'm using an adreno GPU on mobile.

Hi, how about the performance on adreno gpu? thanks in advance