alephchang

Results 3 issues of 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...

cuDSS

**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 ``` //...

question
? - Needs Triage
inactive-30d

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...

question
? - Needs Triage