Created
November 2, 2017 18:34
-
-
Save SimonDanisch/ed7e8589fae61c3d9c19cb34a9ad15fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import CLBLAS # The low-level Julia CLBLAS C wrapper | |
| GPUArrays.blas_module(A::CLArray) = CLBLAS | |
| function GPUArrays.blasbuffer(A::CLArray) | |
| cl.CLArray(clbuffer(A), global_queue(A), size(A)) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment