alephchang
alephchang
Hi, I follow cuDSS/examples/README.md to build the example(linux). When I run "cmake --build build --verbose", it reports unrefined reference error: [ 4%] Linking CXX executable cudss_memory_handlers_static cmake -E cmake_link_script CMakeFiles/cudss_memory_handlers_static.dir/link.txt...
**What is your question?** I am trying to change the type in example '24_gemm_grouped' from cutlass::half_t to double. I have change ThreadblockShape/WarpShape/InstructionShape. it works fine for class GemmBatched ``` //...
I have a thousand of tasks in parallel, each task has two steps: 1. matrix multiplication, C[i] = A[i]*B[i], the matrix sizes are non-uniform, and (m, n, k) is in...