You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for your contribution to CLMagma with CLBLASt.
Now I want to build this library on a device whose GPU just supports single-precision.
I notice that clmagma_runtime.cpp and clmagma_runtime.h have variable require_double = true, then I change it to false and set a fixed m_num_devices to fit my GPU.
When compiling, the Makefile seems to be generated from codegen.py and the rule makes all precisions work.
Any suggestions for compiling only single-precision clMagma?
I am looking forward to your reply! thanks.
The text was updated successfully, but these errors were encountered:
Hello, thanks for your contribution to CLMagma with CLBLASt.
Now I want to build this library on a device whose GPU just supports single-precision.
I notice that
clmagma_runtime.cpp
andclmagma_runtime.h
have variablerequire_double = true
, then I change it tofalse
and set a fixedm_num_devices
to fit my GPU.When compiling, the
Makefile
seems to be generated fromcodegen.py
and the rule makes all precisions work.Any suggestions for compiling only single-precision clMagma?
I am looking forward to your reply! thanks.
The text was updated successfully, but these errors were encountered: