magma_dormtr
Posted: Thu Mar 31, 2011 11:41 am
Hello, all!
I look at the magma_dsyevd code, and I find that magma_dormtr is commented out. Furthermore, when I attempt to call it with my own code, I get these compile errors:
In function `printout_devices':
auxiliary.cpp:(.text+0xf0): undefined reference to `cuDeviceGetCount'
auxiliary.cpp:(.text+0x119): undefined reference to `cuDeviceGet'
auxiliary.cpp:(.text+0x12e): undefined reference to `cuDeviceGetName'
auxiliary.cpp:(.text+0x142): undefined reference to `cuDeviceTotalMem_v2'
auxiliary.cpp:(.text+0x15b): undefined reference to `cuDeviceGetAttribute'
Is there going to be a fix for the magma_dormtr routine soon?
Thanks,
Jeremiah
I look at the magma_dsyevd code, and I find that magma_dormtr is commented out. Furthermore, when I attempt to call it with my own code, I get these compile errors:
In function `printout_devices':
auxiliary.cpp:(.text+0xf0): undefined reference to `cuDeviceGetCount'
auxiliary.cpp:(.text+0x119): undefined reference to `cuDeviceGet'
auxiliary.cpp:(.text+0x12e): undefined reference to `cuDeviceGetName'
auxiliary.cpp:(.text+0x142): undefined reference to `cuDeviceTotalMem_v2'
auxiliary.cpp:(.text+0x15b): undefined reference to `cuDeviceGetAttribute'
Is there going to be a fix for the magma_dormtr routine soon?
Thanks,
Jeremiah