clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use AutoGEMM

ysh329 opened this issue · comments

I found wiki about AutoGEMM but still not clarified. Have any guide or readme (Found a blank readme file below src/library/blas/AutoGemm)

gpu@gpu-FP4:~/yuanshuai/code/clBLAS/src/library/blas/AutoGemm$ python AutoGemm.py 
AutoGemm.py: Warning: No output path specified; default is working directory.
Traceback (most recent call last):
  File "AutoGemm.py", line 43, in <module>
    print("AutoGemm.py: using OpenCL " + args.clCompilerVersion + " compiler")
TypeError: cannot concatenate 'str' and 'NoneType' objects

python AutoGemm.py -h