Christian Trott
Christian Trott
I was trying to build google benchmark with IBM XL 16.1.1 and it crashed the compiler. Not sure if anyone wants to investigate a workaround or so. ``` cmake -DCMAKE_CXX_COMPILER=xlc++...
After the 3.7 release, Kokkos is requiring C++17, which necessitates an upgrade in minimum compiler versions. Furthermore, we are planning to move HIP out of Experimental in the release after...
This implements this for all backends except OpenMP which turns out to require a larger overhaul. The semantics are such that the following code is legal: ```c++ int main(int argc,...
This is the issue to track progress for BLAS 2 and 3 feature completeness. TPL hook: H=Host, C=cuBLAS, R=rocBLAS, M=MKL, O=oneMKL (sycl) #BLAS 2 | Function | Operation Performed |...
This is an issue to track full blas support. We will update the issue when new stuff gets added. I list the single precision blas call here, Kokkos Kernels is...
Please insert your email address in this spreadsheet: https://docs.google.com/spreadsheets/d/1Sz-tHJ8dLz8cJ-GJZ0q0vbIyza_Cb3CeqoZirpLBIOQ/edit?usp=drivesdk Use the following private key to SSH into one of these instances once you claim an instance: ``` -----BEGIN RSA PRIVATE...
Hi all, there are a number of breaking changes upcoming which stem from the intense review mdspan got now that its is nearing inclusion into the C++23 standard. These are...
Just saving a godbolt link here: https://godbolt.org/z/o4aGaEcdc