Carl Pearson
Carl Pearson
I have this same problem, also with CUDA 10.2.89 https://github.com/sandialabs/tenzing-core/blob/31286db322b7006f32364bd52a6b7e38c4cfbb31/test/test_expand_spmv.cu#L44 Exactly the same output
Running the snippet on the base64 data you provided works fine!
I ran ``` nim c -r -d:webview --threads:on -d:debug examples/fig12_save_figure.nim ``` again, and I noticed that the webview pops up momentarily with what looks like a complete image rendered before...
Thanks, I understand that a webview window is required for now! What I was trying to point out is that the webview window is not automatically closed, as suggested in...
I just tested it on my Ubuntu 18.04 box and it did automatically close the Webview. It only saves and closes if the `autosize` `Layout` field is false.
https://github.com/kokkos/kokkos-kernels/issues/1492
Hi, I'm able to build the current Kokkos Kernels develop on perlmutter in the following configuration: ``` export CUDAARCHS="80" # for cmake 3.20+ export MPICH_GPU_SUPPORT_ENABLED=1 export CRAY_ACCEL_TARGET=nvidia80 export NVCC_WRAPPER_DEFAULT_COMPILER=CC module...
Hi @pmpakos, thanks for bringing this to our attention. Could you please let me know * which version of Kokkos Kernels you're using * which MKL you are using *...
Notes on reproducing: Internally Kokkos MKL TPL uses: * `mkl_scsrmv(&mode, &m, &n, &alpha, "G**C", Avalues, Aentries, Arowptrs, Arowptrs + 1, x, &beta, y);` * `mkl_dcsrmv(&mode, &m, &n, &alpha, "G**C", Avalues,...