clMathLibraries / clBLAS

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

Fix catch-22 in build order, following pull-163, where init.c compile… #170

Closed hughperkins closed 8 years ago

hughperkins commented 8 years ago

… fails because AutoGemmClKernels.h hasnt been built yet

Fix bug in https://github.com/clMathLibraries/clBLAS/pull/163 , where it wont build the first time, since init.c needs AutoGemmClKernels.h, which hasnt been generated yet.

hughperkins commented 8 years ago

Thanks!