clMathLibraries / clBLAS

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

Fix redefinition warnings when using with clFFT #135

Closed shehzan10 closed 9 years ago

shehzan10 commented 9 years ago

seq and getStorageMode are defined in both clBLAS and clFFT. This causes redefinition warnings when using both in the same project. Opened PR in https://github.com/clMathLibraries/clFFT/pull/103