-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.5.00 #2427
base: master
Are you sure you want to change the base?
Release 4.5.00 #2427
Commits on Mar 6, 2024
-
Merge pull request kokkos#2131 from ndellingwood/update-cmtestallsandia
Update cmtestallsandia
Configuration menu - View commit details
-
Copy full SHA for 7aca2c0 - Browse repository at this point
Copy the full SHA 7aca2c0View commit details -
* Fix kokkos#2130 - Do not call BsrMatrix spmv impl if block size is 1 - Instead, convert it to unmanaged CrsMatrix and call spmv again - cuSPARSE returned an error code in this case - Better performance * Formatting * Remove redundant remove_pointer_t Handle is already a non-pointer type
Configuration menu - View commit details
-
Copy full SHA for 865d84c - Browse repository at this point
Copy the full SHA 865d84cView commit details
Commits on Mar 7, 2024
-
Benchmark: modifying spmv benchmark to run range of spmv tests (kokko…
…s#2135) This could be further automated to run on matrix from suite sparse
Configuration menu - View commit details
-
Copy full SHA for 74f0ed7 - Browse repository at this point
Copy the full SHA 74f0ed7View commit details -
Kokkos Kernels: update version guards to drop old version of Kokkos (k…
…okkos#2133) Since we are now in the 4.2 series we only support up to 4.1.00. Older version of Kokkos Core will require older version of Kokkos Kernels for compatibility. Once 4.3.00 is out we will move to drop support for the 4.1 series and only keep 4.2 and 4.3 series.
Configuration menu - View commit details
-
Copy full SHA for 8f2945d - Browse repository at this point
Copy the full SHA 8f2945dView commit details
Commits on Mar 12, 2024
-
ODE: BDF methods (kokkos#1930)
* ODE: adding BDF algorithms Implementing BDF formula for stiff ODEs. Orders 1 to 5 are available and tested. The integrators can be called on GPU to solve multiple systems in parallel. * ODE: fixing storage handling for start-up RK stack * ODE: clang-format * ODE: first adaptive version of BDF The current implementation only allows for adaptivity in time, at this point the BDF Step actually converges as expected with first order integration! * ODE: fixing issues with adaptive BDF The unit-test BDF_adaptive now shows the integration of the logistic equation using adaptive time steps and increasing integration order from 1 to 5. * ODE: running BDF on StiffChemistry problem The problem runs fine and is solved but there are oscillations while the behavior of the solution is smooth. More investigation is needed... * BDF: fixing types and template parameters in batched calls Bascially we need template parameters to be more versatile and cannot assume that all rank1 views will have the exact same underlying type, for instance layouts can be different. * More fixes for GPUs only in tests this time. * ODE: BDF adaptive, fix small bug After adding rhs and update vectors to temp the subviews taken for other variables need to be offset appropriately... * Revert "More fixes for GPUs only in tests this time." This reverts commit 2f70432. * Revert "Revert "More fixes for GPUs only in tests this time."" This reverts commit 836012b. * ODE: BDF small change to temporarily avoid compile time issue True fix involving a KOKKOS_VERSION check is upcoming after more tests on GPU side... * ODE: BDF fix for some printf statements that will go away soon... * ODE: adding benchmark for BDF The benchmark helps us monitor the performance of the BDF implementaiton across multiple platforms as well as impact of changes over time. * ODE: improve benchmark interface... * ODE: BDF changes to use RMS norm and change some default values Small changes to compare more closely with reference implementation. Some of these might be reverted eventually but that's fine for now. * ODE: BDF convergence more stable and results look pretty good now! Changing the Newton solver convergence criteria as well as changing a few default input parameters leads to a more stable algorithms which can now integrate the stiff Henderson autocatalytic example well in 66 time steps instead of 200k for fixed order integration... * ODE: BDF fix bug in initial time step calculation The initial step routine was overwriting the initial right hand side which led to obvious issues further down the road... now things should work fine. Need to figure out if I can re-initialize the variables in the perf test while excluding that time from each iteration. * ODE: BDF removing bad print statement... std::cout in device code * ODE - BDF: improving perf test Basically adding new untimed setup within the main loop of the benchmark to reset the intial conditions, buffers and vectors ahead of each iteration. * Modifying unit-test to catch proper return type * Applying clang-format
Configuration menu - View commit details
-
Copy full SHA for 519ef7b - Browse repository at this point
Copy the full SHA 519ef7bView commit details
Commits on Mar 13, 2024
-
cm_test_all_sandia: update caraway compilers
add rocm/5.6.1 and rocm/6.0.0, and openblas/0.3.23 as tpl
Configuration menu - View commit details
-
Copy full SHA for a19435c - Browse repository at this point
Copy the full SHA a19435cView commit details -
Sparse MKL: changing the location of the MKL_SAFE_CALL macro (kokkos#…
…2134) * Sparse MKL: changing the location of the MKL_SAFE_CALL macro Moving the macro outside of namespaces to ensure that it will be interpreted correctly when called from any other location in the library. It does not make much sense to guard Impl code in the Experimental namespace and in this case it cleans up a problem with namespace disambiguation for the compiler... * Sparse BsrSpMV: removing Experimental namespace from Impl namespace * Applying clang-format * Sparse SpMV: fixing more namespace issues!
Configuration menu - View commit details
-
Copy full SHA for 4aa0ebd - Browse repository at this point
Copy the full SHA 4aa0ebdView commit details
Commits on Mar 14, 2024
-
Merge pull request kokkos#2142 from ndellingwood/udpate-cmtestallsand…
…ia-caraway cm_test_all_sandia: update caraway compilers
Configuration menu - View commit details
-
Copy full SHA for f4549f2 - Browse repository at this point
Copy the full SHA f4549f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29e0e8 - Browse repository at this point
Copy the full SHA a29e0e8View commit details -
Kokkos Kernels: change the default offset ETI from size_t to int (kok…
…kos#2140) This change makes it easier for customer to leverage TPL support which almost always requires offset=int, ordinal=int to be enabled meaning that no TPL support is available with our default ETI...
Configuration menu - View commit details
-
Copy full SHA for 3a5498d - Browse repository at this point
Copy the full SHA 3a5498dView commit details -
KokkosSparse_spmv_bsrmatrix_spec: fix Bsr_TC_Precision namespacing
Resolve compilation errors in nightly cuda/12.2 A100 build
Configuration menu - View commit details
-
Copy full SHA for 5b08244 - Browse repository at this point
Copy the full SHA 5b08244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d37b5 - Browse repository at this point
Copy the full SHA 98d37b5View commit details -
Merge pull request kokkos#2138 from seanofthemillers/rocsparse_fix_mi…
…ssing_descriptor Spmv bsr matrix fix missing matrix descriptor (rocsparse)
Configuration menu - View commit details
-
Copy full SHA for a3b7568 - Browse repository at this point
Copy the full SHA a3b7568View commit details -
Fix usage of RAII to set cusparse/rocsparse stream (kokkos#2141)
Temporary objects like "A()" get destructed immediately. For the object to have scope lifetime, it needs a name like "A a();". This was causing cusparse/rocsparse spmv to always execute on the default stream, causing incorrect timing in the spmv perf test.
Configuration menu - View commit details
-
Copy full SHA for f492f59 - Browse repository at this point
Copy the full SHA f492f59View commit details -
Use execution space operator== (kokkos#2136)
It actually is part of the public interface
Configuration menu - View commit details
-
Copy full SHA for 2f66110 - Browse repository at this point
Copy the full SHA 2f66110View commit details
Commits on Mar 15, 2024
-
Merge pull request kokkos#2144 from ndellingwood/fix-Bsr_TC_Precision…
…-namespacing KokkosSparse_spmv_bsrmatrix_spec: fix Bsr_TC_Precision namespacing
Configuration menu - View commit details
-
Copy full SHA for a725850 - Browse repository at this point
Copy the full SHA a725850View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd7141 - Browse repository at this point
Copy the full SHA acd7141View commit details -
Spmv perftest improvements (kokkos#2146)
* Spmv perf test improvements - Add option to flush caches by filling a dummy buffer between iterations - Add option to call the non-reuse interface instead of handle/reuse interface - Fix modes T, H in nonsquare case (make x,y the correct length) * Fix mode help text
Configuration menu - View commit details
-
Copy full SHA for 0c49c21 - Browse repository at this point
Copy the full SHA 0c49c21View commit details
Commits on Mar 18, 2024
-
KokkosKernels Utils: cleaning the zero_vector interface
One of the overload requires an unused template, removing that extraneous template and simplify how that function is called in a second overload.
Configuration menu - View commit details
-
Copy full SHA for d842175 - Browse repository at this point
Copy the full SHA d842175View commit details -
Kokkos Kernels: fixing call to zero_vector in Gauss-Seidel
Luc Berger-Vergiat (-EXP) committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for e88b1a1 - Browse repository at this point
Copy the full SHA e88b1a1View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32944bd - Browse repository at this point
Copy the full SHA 32944bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 237f746 - Browse repository at this point
Copy the full SHA 237f746View commit details -
Co-authored-by: brian-kelley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e9adf5 - Browse repository at this point
Copy the full SHA 5e9adf5View commit details
Commits on Mar 25, 2024
-
cm_test_all_sandia: solo updates
module updates post TOSS upgrade
Configuration menu - View commit details
-
Copy full SHA for e6315e2 - Browse repository at this point
Copy the full SHA e6315e2View commit details -
Fix signed/unsigned comparison warnings (kokkos#2150)
This is only hit when spmv is called with integer scalars, which doesn't happen in our CI but does often in Tpetra.
Configuration menu - View commit details
-
Copy full SHA for 89598d8 - Browse repository at this point
Copy the full SHA 89598d8View commit details
Commits on Mar 26, 2024
-
Merge pull request kokkos#2154 from ndellingwood/update-cmtestallsand…
…ia-solo cm_test_all_sandia: solo updates
Configuration menu - View commit details
-
Copy full SHA for c435777 - Browse repository at this point
Copy the full SHA c435777View commit details -
SPMV tpl fixes, cusparse workaround (kokkos#2152)
* SPMV tpl fixes, workaround * Avoid possible integer conversion warnings * Document cusparseSpMM algos that were tested
Configuration menu - View commit details
-
Copy full SHA for ccc4be5 - Browse repository at this point
Copy the full SHA ccc4be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b4418 - Browse repository at this point
Copy the full SHA 44b4418View commit details -
Merge pull request kokkos#2147 from lucbv/KK_Utils_cleanup
KokkosKernels Utils: cleaning the zero_vector interface
Configuration menu - View commit details
-
Copy full SHA for 363868e - Browse repository at this point
Copy the full SHA 363868eView commit details -
Use default_size_type as default offset in matrix types (kokkos#2149)
Now a declaration like CrsMatrix<Scalar, Ordinal, Device> will by default use an ETI'd type combination (as int is the default ETI'd offset)
Configuration menu - View commit details
-
Copy full SHA for 8756faa - Browse repository at this point
Copy the full SHA 8756faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8eff5 - Browse repository at this point
Copy the full SHA fb8eff5View commit details -
Merge pull request kokkos#2151 from ndellingwood/update-version
CMakeLists.txt: Update develop to 4.3.99
Configuration menu - View commit details
-
Copy full SHA for 89261c6 - Browse repository at this point
Copy the full SHA 89261c6View commit details
Commits on Mar 27, 2024
-
Kokkos Kernels: removing old code branches ahead of 4.3.00 release (k…
…okkos#2139) Some old code branches kept for compatibility with Kokkos Core versions less than 4.2.00 are dropped after release 4.3.00. The largest changes are the removal of support the Kokkos print macro in favor of Kokkos::printf() and the removal of half support from Kokkos Kernels since it is now in Kokkos Core.
Configuration menu - View commit details
-
Copy full SHA for aadab52 - Browse repository at this point
Copy the full SHA aadab52View commit details -
Code for running performance measurements on ger() (kokkos#2082)
* Correct flop count * Addressing feedbacks from Luc * Using 'zero()' instead of '0.'
Configuration menu - View commit details
-
Copy full SHA for eb64221 - Browse repository at this point
Copy the full SHA eb64221View commit details -
KokkosBlas1_axpby.hpp: change debug macro guard for printInformation (k…
…okkos#2157) * KokkosBlas1_axpby.hpp: change debug macro guard for printInformation - resolves test failures in Trilinos (MueLu) that rely on gold file diff comparisons by removing extra output in debug builds * fix compilation error
Configuration menu - View commit details
-
Copy full SHA for b04dd15 - Browse repository at this point
Copy the full SHA b04dd15View commit details -
Add user tolerance to Serial SVD (kokkos#2120)
* Add user tolerance to Serial SVD --------- Co-authored-by: whorne <[email protected]> Co-authored-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 327ab48 - Browse repository at this point
Copy the full SHA 327ab48View commit details
Commits on Mar 28, 2024
-
Add a simple Harwell-Boeing file reader (kokkos#2155)
* Add a simple Harwell-Boeing file reader And a test that validates against the MM reader. * Support for symmetrize * This loop can be simplified, there's no diag duplication * Improve IO test
Configuration menu - View commit details
-
Copy full SHA for 356e227 - Browse repository at this point
Copy the full SHA 356e227View commit details -
spmv tpls: use correct bool for eti template param (kokkos#2160)
(It should just be the default, KokkosSpars::Impl::eti_spec_avail<..>::value)
Configuration menu - View commit details
-
Copy full SHA for 23413f5 - Browse repository at this point
Copy the full SHA 23413f5View commit details
Commits on Apr 1, 2024
-
Fix sparse_ioutils test on kokkos-dev (kokkos#2162)
Adding a ss.sync call fixes it but I have no idea why it was needed here. All the other stringstream reads work fine.
Configuration menu - View commit details
-
Copy full SHA for 02ea952 - Browse repository at this point
Copy the full SHA 02ea952View commit details
Commits on Apr 3, 2024
-
spmv: add special path for rank-2 x/y, but where both have 1 column and a TPL is available for rank-1 but not rank-2. Also call "subhandle->set_exec_space" correctly in the TPLs to ensure proper synchronization between setup, spmv and cleanup (in the case that different exec instances are used in different calls)
Configuration menu - View commit details
-
Copy full SHA for ae3ecca - Browse repository at this point
Copy the full SHA ae3eccaView commit details -
Updates from feedback runnig Trilinos testing
- Update debug level to > 1 guarding `printInformation(...)` in KokkosBlas1_axpby.hpp to reduce noisy test output - Loosen tolerance of lapack.svd test to avoid random failures that occur near prior tolerance level
Configuration menu - View commit details
-
Copy full SHA for 18a1119 - Browse repository at this point
Copy the full SHA 18a1119View commit details -
Merge pull request kokkos#2165 from ndellingwood/test-updates
Updates from feedback runnig Trilinos testing
Configuration menu - View commit details
-
Copy full SHA for cacba80 - Browse repository at this point
Copy the full SHA cacba80View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc280f0 - Browse repository at this point
Copy the full SHA fc280f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed57ec - Browse repository at this point
Copy the full SHA 1ed57ecView commit details -
Merge pull request kokkos#2169 from ndellingwood/dev-changelog-4300
CHANGELOG.md: 4.3.00 update to develop
Configuration menu - View commit details
-
Copy full SHA for 2e6d98d - Browse repository at this point
Copy the full SHA 2e6d98dView commit details
Commits on Apr 5, 2024
-
KokkosLapack_svd_tpl_spec_decl: defer to MKL spec when LAPACK also en…
…abled Resolves redefintion of struct SVD compilation errors with both MKL and LAPACK are enabled Reported by @maartenarnst in trilinos/Trilinos#12891 Co-authored-by: brian-kelley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bf5474 - Browse repository at this point
Copy the full SHA 5bf5474View commit details -
Merge pull request kokkos#2171 from ndellingwood/svd-lapack-mkl-fix
KokkosLapack_svd_tpl_spec_decl: defer to MKL spec when LAPACK also enabled
Configuration menu - View commit details
-
Copy full SHA for f09977f - Browse repository at this point
Copy the full SHA f09977fView commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2abaf6d - Browse repository at this point
Copy the full SHA 2abaf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cadec7 - Browse repository at this point
Copy the full SHA 0cadec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for db41fd7 - Browse repository at this point
Copy the full SHA db41fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f302dd7 - Browse repository at this point
Copy the full SHA f302dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ab634 - Browse repository at this point
Copy the full SHA c9ab634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9baac22 - Browse repository at this point
Copy the full SHA 9baac22View commit details
Commits on Apr 9, 2024
-
Jgfouca/block spiluk fixes (kokkos#2172)
* Progress * Attempt 1, fix multiplication order * Converges in 1 step * Various cleanups * Be sure not to reduce performance of unblocked impl Also add some comments. * Remove test mangling * Fixes for GPU * Fix warning * formatting * Increase eps for floats * This is no longer needed
Configuration menu - View commit details
-
Copy full SHA for 4f3220c - Browse repository at this point
Copy the full SHA 4f3220cView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a86c780 - Browse repository at this point
Copy the full SHA a86c780View commit details
Commits on Apr 12, 2024
-
Add guard for cusparse spmv_mv_tpl_spec_avail
Address issue kokkos#2175 Configuring with magma tpl enabled and cusparse disabled mistakenly triggers the cusparse tpl avail check to be true Guard the KOKKOSSPARSE_SPMV_MV_TPL_SPEC_AVAIL_CUSPARSE macros when CUSPARSE is enabled to prevent this
Configuration menu - View commit details
-
Copy full SHA for 53ac9d4 - Browse repository at this point
Copy the full SHA 53ac9d4View commit details -
Merge pull request kokkos#2176 from ndellingwood/issue-2175
Add guard for cusparse spmv_mv_tpl_spec_avail
Configuration menu - View commit details
-
Copy full SHA for cb824ca - Browse repository at this point
Copy the full SHA cb824caView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8029cc5 - Browse repository at this point
Copy the full SHA 8029cc5View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75ee9a6 - Browse repository at this point
Copy the full SHA 75ee9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e5b50 - Browse repository at this point
Copy the full SHA c8e5b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8769084 - Browse repository at this point
Copy the full SHA 8769084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e115a - Browse repository at this point
Copy the full SHA 35e115aView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47a1849 - Browse repository at this point
Copy the full SHA 47a1849View commit details -
Merge pull request kokkos#2180 from MalachiTimothyPhillips/malachi/fi…
…x-divide-by-zero-in-trsv Add early return if numRows == 0 in trsv to avoid integer divide-by-zero error
Configuration menu - View commit details
-
Copy full SHA for 83374bf - Browse repository at this point
Copy the full SHA 83374bfView commit details
Commits on Apr 23, 2024
-
magma: fix linker errors for builds without cusolver (kokkos#2181)
* magma: fix linker errors for builds without cusolver * BatchedGemm test: workaround testing cublas+magma - temporary workaround to skip magma test when cublas enabled to avoid issues like kokkos#2177
Configuration menu - View commit details
-
Copy full SHA for c00555a - Browse repository at this point
Copy the full SHA c00555aView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a9b4e7 - Browse repository at this point
Copy the full SHA 0a9b4e7View commit details -
Merge pull request kokkos#2174 from e10harvey/at2_ci_configs
Add AutoTester2 CI Configs (Sans Power9 & ROCM w/ TPLS)
Configuration menu - View commit details
-
Copy full SHA for 3941b36 - Browse repository at this point
Copy the full SHA 3941b36View commit details -
Merge pull request kokkos#2182 from e10harvey/at2_mi210_cmake_fix
At2 ROCM+TPL fixes, remove volta70 too
Configuration menu - View commit details
-
Copy full SHA for 6f5db17 - Browse repository at this point
Copy the full SHA 6f5db17View commit details -
workflows/osx.yml: test against most recent kokkos tag
- test against most recent kokkos release rather than develop branch, as done with AT CI, to avoid compatibility breakages
Configuration menu - View commit details
-
Copy full SHA for 063cf77 - Browse repository at this point
Copy the full SHA 063cf77View commit details
Commits on Apr 25, 2024
-
Merge pull request kokkos#2186 from ndellingwood/osx-ci-master
workflows/osx.yml: test against most recent kokkos tag
Configuration menu - View commit details
-
Copy full SHA for c099cea - Browse repository at this point
Copy the full SHA c099ceaView commit details -
Resolve vortex compilation issue by resolving (potentially) duplicate…
… symbol (kokkos#2183) Stick to pattern of removing leading 'c' or 'z' in method name and relying on the template type Co-authored-by: malphil <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bac0b1a - Browse repository at this point
Copy the full SHA bac0b1aView commit details -
Changes to enable OneAPI usage with Trilinos build (kokkos#2185)
- Get rid of SYCL_OVERRIDE setting - Add MKL_PROVIDES_BLAS_LAPACK cmake variable and define so that code knows whether to use int, or MKL_INT - Trilinos builds might link with OneAPI for GPU but standard BLAS/LAPACK on CPU
Configuration menu - View commit details
-
Copy full SHA for b87dc95 - Browse repository at this point
Copy the full SHA b87dc95View commit details
Commits on May 2, 2024
-
Fix macOS docs build (kokkos#2190)
* Fix docs build * try docs fix * make sphinx available at config time
Configuration menu - View commit details
-
Copy full SHA for 88ae8f1 - Browse repository at this point
Copy the full SHA 88ae8f1View commit details -
GH-Actions: adding security actions and scorecard (kokkos#2192)
Pretty much taking the new files from PR kokkos#2191 and re-creating it in a clean PR on top of develop with small changes relevant to our repository. Cleaning up some workflows to tailor it for our needs
Configuration menu - View commit details
-
Copy full SHA for 2454f8d - Browse repository at this point
Copy the full SHA 2454f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ef193 - Browse repository at this point
Copy the full SHA 66ef193View commit details
Commits on May 3, 2024
-
BsrMatrix: Fix HostMirror typedef (kokkos#2196)
It needed to have size_type.
Configuration menu - View commit details
-
Copy full SHA for a5794bb - Browse repository at this point
Copy the full SHA a5794bbView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 751939b - Browse repository at this point
Copy the full SHA 751939bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2c28f - Browse repository at this point
Copy the full SHA bf2c28fView commit details -
docs.yml: change kokkos version to latest release
- avoid version range check issues for release tests
Configuration menu - View commit details
-
Copy full SHA for cfc409c - Browse repository at this point
Copy the full SHA cfc409cView commit details -
Merge pull request kokkos#2199 from ndellingwood/update-docs-kokkos-v…
…ersion docs.yml: change kokkos version to latest release
Configuration menu - View commit details
-
Copy full SHA for e0b83ea - Browse repository at this point
Copy the full SHA e0b83eaView commit details
Commits on May 8, 2024
-
Merge pull request kokkos#2198 from ndellingwood/update-changelog-4.3.01
update changelog for 4.3.1
Configuration menu - View commit details
-
Copy full SHA for dfacd72 - Browse repository at this point
Copy the full SHA dfacd72View commit details
Commits on May 9, 2024
-
Sparse - SpGEMM: labeling spgemm_symbolic in TPL layer a bit more cle…
…arly (kokkos#2193) This just improves the readability of the output from the tools as it now has a symbolic matching the numeric phase. Previously we only had spgemm in the label which is a bit confusing as it could be the whole spgemm time i.e. both symbolic and numeric, additionally we had symbolic in the MKL path but not in cusparse, rocsparse...
Configuration menu - View commit details
-
Copy full SHA for d7dace1 - Browse repository at this point
Copy the full SHA d7dace1View commit details
Commits on May 22, 2024
-
SpMV: Test NaN, fix NaN handling when beta=0 (kokkos#2188)
* Test_Sparse_spmv_bsr.hpp: add NaNs to tests * handle NaN in spmv_beta_transpose when beta=0 * handle nan in SpmvMergeHierarchical when beta=0 * Test NaNs in Y, don't reuse modifed Y, catch NaNs in results test * remove unused <iostream> include * explicit casting of zero * Test_sparse_spmv.hpp: remove unused nans parameter * KokkosSparse_spmv.hpp: CUDA11 can't detect this function always returns * Test_Sparse_spmv.hpp: remove unused variable * Run unit tests in correct execution space * Test_Sparse_spmv.hpp: remove unused type aliases * Kokkos::nan() -> KokkosKernels::Impl::quiet_NaN()
Configuration menu - View commit details
-
Copy full SHA for 3414c91 - Browse repository at this point
Copy the full SHA 3414c91View commit details -
Disable cuBLAS dot wrapper (kokkos#2206)
(not deleted, just guarded with #if 0 and comments explaining) It performs significantly worse than our native impl on 11.2, 11.8 and 12.0 on V100. This is in the dot perf test with a warm-up call. trilinos/Trilinos#12982 was a symptom of this.
Configuration menu - View commit details
-
Copy full SHA for 6204151 - Browse repository at this point
Copy the full SHA 6204151View commit details -
Fix spmv regressions (kokkos#2204)
* Restore cusparse spmv ALG2 path for imbalanced With correct version cutoffs * spmv: use separate rank-1 and rank-2 tpl subhandles * Remove redundant single-column path in native spmv_mv * Fix unused param warning
Configuration menu - View commit details
-
Copy full SHA for feb1f55 - Browse repository at this point
Copy the full SHA feb1f55View commit details
Commits on May 23, 2024
-
c++17: add [[fallthrough]] attribute (kokkos#1493)
* c++17: add [[fallthrough]] attribute * cm_test_all_sandia: -Wimplicit-fallthrough
Configuration menu - View commit details
-
Copy full SHA for 4297e4a - Browse repository at this point
Copy the full SHA 4297e4aView commit details -
Enable 3 at2 builds (kokkos#2210)
* .github/mi210: Enable on PRs * .github/mi210: Disable non-tpl build * .github/bdw: Enable PR_BDW_GNU1020_OPENMP_SERIAL_LEFT_OPENBLAS_REL * .github/h100: Enable PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL
Configuration menu - View commit details
-
Copy full SHA for 2d913f8 - Browse repository at this point
Copy the full SHA 2d913f8View commit details
Commits on May 28, 2024
-
Bump ossf/scorecard-action from 2.0.6 to 2.3.3 (kokkos#2214)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.6 to 2.3.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@99c5375...dc50aa9) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f445b23 - Browse repository at this point
Copy the full SHA f445b23View commit details -
Bump actions/upload-artifact from 3.1.3 to 4.3.3 (kokkos#2215)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@a8a3f3a...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90d5f89 - Browse repository at this point
Copy the full SHA 90d5f89View commit details -
Bump actions/dependency-review-action from 2.5.1 to 4.3.2 (kokkos#2217)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2.5.1 to 4.3.2. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@0efb1d1...0c155c5) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e419a8 - Browse repository at this point
Copy the full SHA 9e419a8View commit details -
Bump step-security/harden-runner from 2.7.1 to 2.8.0 (kokkos#2218)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@a4aa98b...f086349) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 456d652 - Browse repository at this point
Copy the full SHA 456d652View commit details
Commits on May 29, 2024
-
Bump github/codeql-action from 2.25.3 to 3.25.6 (kokkos#2216)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.25.3 to 3.25.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ceaec5c...9fdb3e4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 726375a - Browse repository at this point
Copy the full SHA 726375aView commit details -
Kokkos Kernels: initial security policy (kokkos#2220)
We state were patches will be made and how to report security vulnerabilities to the project.
Configuration menu - View commit details
-
Copy full SHA for ee70433 - Browse repository at this point
Copy the full SHA ee70433View commit details -
Kokkos Kernels: adding SHA for github actions (kokkos#2221)
* Kokkos Kernels: adding SHA for github actions * Adding sha for docker images
Configuration menu - View commit details
-
Copy full SHA for 8dfcc19 - Browse repository at this point
Copy the full SHA 8dfcc19View commit details
Commits on May 30, 2024
-
More dependencies fix (kokkos#2222)
* workflows: fix sha for label checker docker image * workflows: fixing Docker files dependencies.
Configuration menu - View commit details
-
Copy full SHA for 8abbc41 - Browse repository at this point
Copy the full SHA 8abbc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38132f3 - Browse repository at this point
Copy the full SHA 38132f3View commit details
Commits on May 31, 2024
-
SPMV TPLs: improve profile region labels (kokkos#2219)
- Mark rank-2 versions as "spmv_mv" not "spmv" (the native impl has this, and it's useful to know which one is being run) - Add missing commas separating "BSRMATRIX" and the scalar type name
Configuration menu - View commit details
-
Copy full SHA for f352a03 - Browse repository at this point
Copy the full SHA f352a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2214e1 - Browse repository at this point
Copy the full SHA d2214e1View commit details
Commits on Jun 3, 2024
-
Bump github/codeql-action from 3.25.6 to 3.25.7 (kokkos#2225)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9fdb3e4...f079b84) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51906f1 - Browse repository at this point
Copy the full SHA 51906f1View commit details -
Bump actions/checkout from 3.6.0 to 4.1.6 (kokkos#2226)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 32aa75a - Browse repository at this point
Copy the full SHA 32aa75aView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7d02ca - Browse repository at this point
Copy the full SHA a7d02caView commit details
Commits on Jun 7, 2024
-
spmv_mv wrappers for rocsparse (kokkos#2233)
* spmv_mv wrappers for rocsparse (rocsparse_spmm()) * Use consistent types for alpha/beta in spmv wrappers
Configuration menu - View commit details
-
Copy full SHA for a955b8b - Browse repository at this point
Copy the full SHA a955b8bView commit details
Commits on Jun 10, 2024
-
Bump step-security/harden-runner from 2.8.0 to 2.8.1 (kokkos#2236)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@f086349...17d0e2b) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 354cc4b - Browse repository at this point
Copy the full SHA 354cc4bView commit details -
Bump github/codeql-action from 3.25.7 to 3.25.8 (kokkos#2237)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f079b84...2e230e8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ece1c69 - Browse repository at this point
Copy the full SHA ece1c69View commit details -
Bump actions/dependency-review-action from 4.3.2 to 4.3.3 (kokkos#2235)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@0c155c5...72eb03d) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d06924a - Browse repository at this point
Copy the full SHA d06924aView commit details -
Add testing for transpose corner cases (kokkos#2234)
* Add testing for transpose corner cases crs, bsr, graph: test cases that are 0x0, 100x0 and 0x100. In these cases make sure the matrix generator doesn't try to insert any entries (nnz = 0). * Update sparse/unit_test/Test_Sparse_Transpose.hpp Co-authored-by: Luc Berger <[email protected]> * Update sparse/unit_test/Test_Sparse_Transpose.hpp Co-authored-by: Luc Berger <[email protected]> --------- Co-authored-by: Luc Berger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1696b1c - Browse repository at this point
Copy the full SHA 1696b1cView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f26622 - Browse repository at this point
Copy the full SHA 2f26622View commit details -
Fix logic around merge path with TPLs (kokkos#2240)
SPMV_MERGE_PATH is not always a native algorithm. Add SPMV_NATIVE_MERGE_PATH to cover that case specifically. Test this new option.
Configuration menu - View commit details
-
Copy full SHA for e275401 - Browse repository at this point
Copy the full SHA e275401View commit details
Commits on Jun 12, 2024
-
spgemm unit test: change matrix value distribution (kokkos#2241)
Change the distribution A, B values are sampled from so that values in C can't end up close to 0 (as the result of summing terms that are larger). The relative error metric in is_same_matrix is sensitive to this. Fixes kokkos#2232
Configuration menu - View commit details
-
Copy full SHA for efbf210 - Browse repository at this point
Copy the full SHA efbf210View commit details -
kokkoskernels_tpls.cmake: remove duplicates arguments when creating a…
…rgument for exported INTERFACE_INCLUDE_DIRECTORIES Attempt to workaround issue kokkos#2238
Configuration menu - View commit details
-
Copy full SHA for f400cc9 - Browse repository at this point
Copy the full SHA f400cc9View commit details -
Sparse - BsrMatrix: adding new wiki example for documentation (kokkos…
…#2228) There is already an example for this but it uses a CrsMatrix as starting point to build a BsrMatrix which is not really helpful in general as the hope is that you can use the BsrMatrix without needing the CrsMatrix as it would double the storage needed... Addressing Kim's comments
Configuration menu - View commit details
-
Copy full SHA for e220db3 - Browse repository at this point
Copy the full SHA e220db3View commit details
Commits on Jun 13, 2024
-
Merge pull request kokkos#2244 from ndellingwood/issue-2238
kokkoskernels_tpls.cmake: remove duplicates arguments when creating a…
Configuration menu - View commit details
-
Copy full SHA for c53b5d5 - Browse repository at this point
Copy the full SHA c53b5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad65b2 - Browse repository at this point
Copy the full SHA 3ad65b2View commit details -
Update rocsparse algo defaults (kokkos#2245)
* Update default spmv algorithms for rocsparse - Use stream for common cases (default, fast setup) as it has nearly zero setup cost and performs well for somewhat balanced matrices - Use adaptive (which is rocsparse's default) only if SPMV_MERGE_PATH is the algorithm, as it has a very high setup cost * Re-enable rocsparse spmv for SPMV_FAST_SETUP
Configuration menu - View commit details
-
Copy full SHA for 119eb18 - Browse repository at this point
Copy the full SHA 119eb18View commit details -
In deprecated spmv, fix Controls algorithm mapping (kokkos#2246)
native -> SPMV_NATIVE native-merge -> SPMV_NATIVE_MERGE_PATH merge -> SPMV_MERGE_PATH tpl -> SPMV_FAST_SETUP
Configuration menu - View commit details
-
Copy full SHA for 774eff4 - Browse repository at this point
Copy the full SHA 774eff4View commit details
Commits on Jun 17, 2024
-
Add batched serial tbsv (kokkos#2202)
* Add batched serial tbsv * remove incx argument and use strided views instead * Add a new line at the end of files * fix random number generation for complex numbers * remove unused variables from internal tbsv serial functions * remove allclose for testing --------- Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5e6fa9 - Browse repository at this point
Copy the full SHA b5e6fa9View commit details -
Bump actions/checkout from 4.1.6 to 4.1.7 (kokkos#2248)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49b1d46 - Browse repository at this point
Copy the full SHA 49b1d46View commit details -
Bump github/codeql-action from 3.25.8 to 3.25.10 (kokkos#2249)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2e230e8...23acc5c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe2a92f - Browse repository at this point
Copy the full SHA fe2a92fView commit details -
FindTPLROC*: updates to fix export of import targets
Changes for the Rocm tpls to match the handling as done with the Cuda tpls Should resolve issue kokkos#2238
Configuration menu - View commit details
-
Copy full SHA for 819c40b - Browse repository at this point
Copy the full SHA 819c40bView commit details
Commits on Jun 18, 2024
-
Merge pull request kokkos#2250 from ndellingwood/rocmtpl-export-targets
FindTPLROC*: updates to fix export of import targets
Configuration menu - View commit details
-
Copy full SHA for b91e258 - Browse repository at this point
Copy the full SHA b91e258View commit details
Commits on Jun 24, 2024
-
Fix warning about memcpy (kokkos#2252)
When building Stokhos BlockCrs, this util function gave a warning about memcpy modifying a non-trivially-copyable type. Silence it by casting to void*
Configuration menu - View commit details
-
Copy full SHA for 47942bf - Browse repository at this point
Copy the full SHA 47942bfView commit details
Commits on Jun 25, 2024
-
RCM fixes, improvements (kokkos#2254)
* Fix RCM starting vertex issue, improve testing * apply reversing as labels are computed instead of at the end. Saves a loop over all the labels * use min-degree starting vertex within each connected component
Configuration menu - View commit details
-
Copy full SHA for e9f7913 - Browse repository at this point
Copy the full SHA e9f7913View commit details -
spgemm: add profiling regions to native implementations (kokkos#2253)
* spgemm: add profiling regions to native implementations * Add profiling region to KokkosSPGEMM::KokkosSPGEMM_symbolic
Configuration menu - View commit details
-
Copy full SHA for 31be658 - Browse repository at this point
Copy the full SHA 31be658View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbfc3ff - Browse repository at this point
Copy the full SHA bbfc3ffView commit details -
Rename
Impl::alignPtr
toImpl::alignPtrTo
, allow it to infer argu……ment type (kokkos#2261) * KokkosKernels::Impl::alignPtr infers argument type * Rename KokkosKernels::Impl::alignPtr -> alignPtrTo
Configuration menu - View commit details
-
Copy full SHA for 41954e2 - Browse repository at this point
Copy the full SHA 41954e2View commit details
Commits on Jul 1, 2024
-
Bump github/codeql-action from 3.25.10 to 3.25.11 (kokkos#2263)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.10 to 3.25.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@23acc5c...b611370) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1df84bb - Browse repository at this point
Copy the full SHA 1df84bbView commit details -
sparse: spadd_symbolic fences before device values used on host (kokk…
…os#2259) * sparse: spadd_symbolic fences before device values used on host * sparse: use prefix sum to remove explicit spadd fence
Configuration menu - View commit details
-
Copy full SHA for 0a0c048 - Browse repository at this point
Copy the full SHA 0a0c048View commit details -
sycl: use alternative
alignPtrTo
when SYCL is enabled (SpGEMM) (kok……kos#2262) * sycl: use alternative alignPtr when SYCL is enabled The current alignPtr, as well as two other alternatives below, do not work on SYCL on Intel PVC. unsigned int f1(unsigned int i, unsigned int align) { return ((i + align - 1) / align * align); } unsigned int f2(unsigned int i, unsigned int align) { return (i + align - 1) & (-align); } * alignPtrTo unit tests
Configuration menu - View commit details
-
Copy full SHA for cfcde67 - Browse repository at this point
Copy the full SHA cfcde67View commit details
Commits on Jul 2, 2024
-
Resolves kokkos#2264 Co-authored-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d7e977 - Browse repository at this point
Copy the full SHA 6d7e977View commit details
Commits on Jul 3, 2024
-
Merge pull request kokkos#2265 from ndellingwood/issue-2264
Help gcc/8.3 with ctad issue
Configuration menu - View commit details
-
Copy full SHA for 40d7b82 - Browse repository at this point
Copy the full SHA 40d7b82View commit details
Commits on Jul 8, 2024
-
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (kokkos#2266)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...0b2256b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8130cf9 - Browse repository at this point
Copy the full SHA 8130cf9View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48e941b - Browse repository at this point
Copy the full SHA 48e941bView commit details -
Workarounds for removed cusparse functions (kokkos#2270)
cusparse 12.5 removed some functions that were deprecated, like the ILU factorizations and the legacy csrsv (sparse triangular solve) functions. As a workaround, if the cusparse version is >= 12.5 then disable the paths in perftests that call those.
Configuration menu - View commit details
-
Copy full SHA for e1cd832 - Browse repository at this point
Copy the full SHA e1cd832View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea430c3 - Browse repository at this point
Copy the full SHA ea430c3View commit details -
Implement batched serial pttrf (kokkos#2256)
* Batched serial pttrf implementation * fix: use GEMM to add matrices * fix: initialization order * fformat * fix: temporary variable in a test code * fix: docstring of pttrf * check_positive_definitiveness only if KOKKOSKERNELS_DEBUG_LEVEL > 0 * Improve the test for pttrf * fix: int type * fix: cleanup tests for SerialPttrf * cleanup: remove unused deep_copies * fix: docstrings and comments for pttrf * ConjTranspose with conj and Transpose * quick return in pttrf for size 1 or 0 matrix * Add tests for invalid input * fix: info computation --------- Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 994891a - Browse repository at this point
Copy the full SHA 994891aView commit details -
A little sptrsv cleanup before the main block effort (kokkos#2247)
* Some cleanup and refactoring * First round of cleanup complete * Fix a couple warnings * formatting
Configuration menu - View commit details
-
Copy full SHA for d310f1a - Browse repository at this point
Copy the full SHA d310f1aView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb7a552 - Browse repository at this point
Copy the full SHA cb7a552View commit details
Commits on Jul 12, 2024
-
* BLAS - GEMV: zero out Y when beta == 0 in SYCL TPL code path * BLAS - GEMV: reverting wrong change from previous PR, my bad. * Applying clang-format
Configuration menu - View commit details
-
Copy full SHA for aaa634b - Browse repository at this point
Copy the full SHA aaa634bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a4b07 - Browse repository at this point
Copy the full SHA e7a4b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce7adb - Browse repository at this point
Copy the full SHA 3ce7adbView commit details
Commits on Jul 16, 2024
-
Bigger sptrsv cleanup (kokkos#2280)
* Some cleanup and refactoring * Remove Upper/Lower TriLvlSchedTP2SolverFunctors * Remove Upper/Lower single block functors * Remove unused TriLvlSchedTP1SingleBlockFunctorDiagValues and merge upper/lower tri_solve_cg * Merge two big upper/lower branch of tri_solve_chain * Merge upper/lower tri_solve_streams * Switch over block spiluk precond test to use new block sptrsv
Configuration menu - View commit details
-
Copy full SHA for c93b6dc - Browse repository at this point
Copy the full SHA c93b6dcView commit details
Commits on Jul 20, 2024
-
Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (kokkos#2279)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@72eb03d...5a2ce3f) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e6d6df - Browse repository at this point
Copy the full SHA 6e6d6dfView commit details -
Bump github/codeql-action from 3.25.11 to 3.25.12 (kokkos#2278)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.11 to 3.25.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b611370...4fa2a79) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ffebaa - Browse repository at this point
Copy the full SHA 8ffebaaView commit details -
Propose increasing column limit to 120. (kokkos#2255)
* Change key files * Full reformat * Update format.yml * Update ubuntu version for format checker
Configuration menu - View commit details
-
Copy full SHA for 985c3a9 - Browse repository at this point
Copy the full SHA 985c3a9View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbf3448 - Browse repository at this point
Copy the full SHA cbf3448View commit details
Commits on Jul 24, 2024
-
Merge pull request kokkos#2285 from jgfouca/jgfouca/fix_complex_static
A couple platforms do not correctly handle static complexes
Configuration menu - View commit details
-
Copy full SHA for 62c1fd7 - Browse repository at this point
Copy the full SHA 62c1fd7View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3842de4 - Browse repository at this point
Copy the full SHA 3842de4View commit details -
Bump github/codeql-action from 3.25.12 to 3.25.13 (kokkos#2284)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.12 to 3.25.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4fa2a79...2d79040) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d6b9e1 - Browse repository at this point
Copy the full SHA 5d6b9e1View commit details -
Bump step-security/harden-runner from 2.8.1 to 2.9.0 (kokkos#2283)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@17d0e2b...0d38121) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b6dfaa - Browse repository at this point
Copy the full SHA 9b6dfaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a5832 - Browse repository at this point
Copy the full SHA c5a5832View commit details
Commits on Jul 29, 2024
-
Bump github/codeql-action from 3.25.13 to 3.25.15 (kokkos#2288)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.13 to 3.25.15. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2d79040...afb54ba) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 07db184 - Browse repository at this point
Copy the full SHA 07db184View commit details -
Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (kokkos#2287)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@dc50aa9...62b2cac) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 99cbb4a - Browse repository at this point
Copy the full SHA 99cbb4aView commit details
Commits on Jul 31, 2024
-
Sparse - coo2csr: deactivating test on PVC (kokkos#2290)
* Sparse - coo2csr: deactivating test on PVC With this test deactivated everything in Kokkos Kernels passes. Let us confirm that with a nightly build and potentially create of SYCL CI-build. * Protecting SYCL check with preprocessor guard
Configuration menu - View commit details
-
Copy full SHA for a231875 - Browse repository at this point
Copy the full SHA a231875View commit details
Commits on Aug 1, 2024
-
cmake: add CMake language support for CUDA/HIP (kokkos#2173)
* cmake: add CMake language support for CUDA/HIP * Apply suggestions of @brian-kelley
Configuration menu - View commit details
-
Copy full SHA for 3d5e57a - Browse repository at this point
Copy the full SHA 3d5e57aView commit details -
Make sure clang is using a newer GCC on weaver (kokkos#2289)
It's clear from the name of the AT job GCC930_Light_Tpls_GCC930_Tpls_CLANG13CUDA10 that the intent was to use gcc-9.3 but gcc-7.4.0 was the one actually being used because the clang-13 module loads that gcc.
Configuration menu - View commit details
-
Copy full SHA for f437879 - Browse repository at this point
Copy the full SHA f437879View commit details
Commits on Aug 5, 2024
-
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (kokkos#2295)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@0b2256b...89ef406) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e3ab649 - Browse repository at this point
Copy the full SHA e3ab649View commit details
Commits on Aug 6, 2024
-
SpAdd handle: delete sort_option getter/setter (kokkos#2296)
SpAdd handle was originally a copy-paste of the spgemm handle way back in kokkos#122, and included get_sort_option() and set_sort_option() from spgemm. But these try to use the member bool sort_option, which doesn't exist. Somehow these functions never produced compile errors until someone tried to call them.
Configuration menu - View commit details
-
Copy full SHA for c003142 - Browse repository at this point
Copy the full SHA c003142View commit details -
Add support for BSRs to sptrsv (kokkos#2281)
* Some cleanup and refactoring * First round of cleanup complete * Fix a couple warnings * formatting * Cleanup progress * Fixes * Remove Upper/Lower TriLvlSchedTP2SolverFunctors * Remove Upper/Lower single block functors * Remove unused TriLvlSchedTP1SingleBlockFunctorDiagValues and merge upper/lower tri_solve_cg * Merge two big upper/lower branch of tri_solve_chain * Merge upper/lower tri_solve_streams * progres * progress * Progress, test added * progress and fixes * prog * prog but broken * Prog with debug prints * Remove extreme debug printing * works * all working * Remove test mangling * Switch over block spiluk precond test to use new block sptrsv * More test cleanup * Fixes for GPU warnings * Conflicts resolved, still work needed * builds * Formatting * Update work to latest format style * Remove unused functions. Remove prints. Add barriers * Minor fixes * lset is not used * Fix for clang * formatting * New impl approach * Unset macro * There's no reason to limit team-policy alg to MAX_VEC_SIZE * formatting * Add missing kokkos-inline-funcs * Fix warnings * format
Configuration menu - View commit details
-
Copy full SHA for 177d454 - Browse repository at this point
Copy the full SHA 177d454View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3e5c3b - Browse repository at this point
Copy the full SHA e3e5c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b11dba2 - Browse repository at this point
Copy the full SHA b11dba2View commit details
Commits on Aug 8, 2024
-
github workflow: adding release workflow to have provenance for relea…
…se artifacts (kokkos#2304) This adds a workflow based on the scorecard recommendation for software provenance. The workflow requires some manual actions to verify that the signiture in the release is correct.
Configuration menu - View commit details
-
Copy full SHA for 5fc6a4e - Browse repository at this point
Copy the full SHA 5fc6a4eView commit details -
Improve crs/bsr sorting performance (kokkos#2293)
* CRS sorting improvements - Wrote bulk sort/permutation based sorting for CRS graph, matrix, and BSR matrix (bulk = one large sort of all the entries, using row-major dense index as keys) - This is more performant for imbalanced entries per row - If matrix dimensions are too large to do bulk sort, fall back to sorting within each row with a thread. * Add perf test for sort_crs_matrix * sort_crs: improve parallel labels * Work around kokkos issue 7036 * sort_crs: replace radix sort lambda with functor (Lambda segfaults with nvcc+openmp) --------- Signed-off-by: Brian Kelley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cc7156 - Browse repository at this point
Copy the full SHA 6cc7156View commit details
Commits on Aug 9, 2024
-
Don't error out if graph unit tests disabled (kokkos#2305)
Graph unit tests, with TEST_ETI_ONLY=ON, require double and/or float to be enabled as scalars. Instead of erroring out the configure, just give a warning and disable the graph tests.
Configuration menu - View commit details
-
Copy full SHA for fd919af - Browse repository at this point
Copy the full SHA fd919afView commit details -
Update version to 4.4.99 (kokkos#2302)
* Update version to 4.4.99 Update min kokkos version to 4.3.01 * update workflows yaml files to test with [email protected]
Configuration menu - View commit details
-
Copy full SHA for eca90cf - Browse repository at this point
Copy the full SHA eca90cfView commit details
Commits on Aug 12, 2024
-
Deprecate redundant team-level sort functions (kokkos#2306)
* Deprecate redundant team-level sort functions These were moved into Kokkos core a long time ago with a nicer interface and better testing. Replace our implementations with calls to the Kokkos functions like Kokkos::Experimental::sort_team. * Formatting Signed-off-by: Brian Kelley <[email protected]> * Use our own DefaultComparator, not use Kokkos impl --------- Signed-off-by: Brian Kelley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a6a112 - Browse repository at this point
Copy the full SHA 0a6a112View commit details
Commits on Aug 13, 2024
-
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (kokkos#2307)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@89ef406...834a144) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f52477 - Browse repository at this point
Copy the full SHA 5f52477View commit details -
Bump step-security/harden-runner from 2.9.0 to 2.9.1 (kokkos#2309)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@0d38121...5c7944e) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 71300f0 - Browse repository at this point
Copy the full SHA 71300f0View commit details -
Bump github/codeql-action from 3.25.15 to 3.26.0 (kokkos#2308)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.15 to 3.26.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@afb54ba...eb055d7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf1534e - Browse repository at this point
Copy the full SHA cf1534eView commit details
Commits on Aug 14, 2024
-
Eti extern marking (kokkos#2292)
* ETI: adding headers for template instantiation declarations * ETI: adding more decl files to eti Now all the sparse kernels have an ETI decl file to prevent multiple template instantiation. * ETI: adding BLAS kernels that are called from Sparse kernels. * Fixing CMAKE logic * clang-format * ETI work: finish the declarations for BLAS and adding GRAPH, LAPACK and BATCHED * clang-format * Fixing two headers and rename Nrm2w<2-D> as Nrm2w_mv
Configuration menu - View commit details
-
Copy full SHA for a9721ba - Browse repository at this point
Copy the full SHA a9721baView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f730e2 - Browse repository at this point
Copy the full SHA 3f730e2View commit details
Commits on Aug 19, 2024
-
Bump github/codeql-action from 3.26.0 to 3.26.2 (kokkos#2311)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@eb055d7...429e197) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08800b5 - Browse repository at this point
Copy the full SHA 08800b5View commit details
Commits on Aug 20, 2024
-
Restore size_t as default offset, in Tribits builds (kokkos#2313)
If building KokkosKernels standalone, leave int as the default offset (this was the case since kokkos#2140). But if building KokkosKernels as a Trilinos/Tribits package, then make size_t the default offset because this is what the Tpetra stack currently uses. Signed-off-by: Brian Kelley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64dd4a9 - Browse repository at this point
Copy the full SHA 64dd4a9View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36b3074 - Browse repository at this point
Copy the full SHA 36b3074View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57683b7 - Browse repository at this point
Copy the full SHA 57683b7View commit details
Commits on Aug 26, 2024
-
Bump github/codeql-action from 3.26.2 to 3.26.5 (kokkos#2315)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@429e197...2c779ab) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4c2511 - Browse repository at this point
Copy the full SHA d4c2511View commit details
Commits on Aug 28, 2024
-
Implement batched serial pttrs (kokkos#2277)
* Implement batched serial pttrs * Add tests for pttrs * Add tag for pttrs * fix: remove unnecessary specialization for pttrs internal * format * format --------- Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69811cc - Browse repository at this point
Copy the full SHA 69811ccView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 671474b - Browse repository at this point
Copy the full SHA 671474bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 227349e - Browse repository at this point
Copy the full SHA 227349eView commit details
Commits on Sep 3, 2024
-
Bump github/codeql-action from 3.26.5 to 3.26.6 (kokkos#2323)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@2c779ab...4dd1613) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3da6518 - Browse repository at this point
Copy the full SHA 3da6518View commit details -
Bump actions/upload-artifact from 4.3.6 to 4.4.0 (kokkos#2324)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f26fbca - Browse repository at this point
Copy the full SHA f26fbcaView commit details
Commits on Sep 6, 2024
-
Add MAGMA TPL support for GESV on HIP backend (kokkos#2326)
* Small changes for MAGMA GESV on HIP * Apply clang-format * Relax eps to 1e-8 for multi-rhs tests --------- Co-authored-by: Vinh Quang Dang (-EXP) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c4dd7e - Browse repository at this point
Copy the full SHA 2c4dd7eView commit details
Commits on Sep 10, 2024
-
implement batched serial pbtrf (kokkos#2322)
* implement batched serial pbtrf * fix: docstring * Add tests for info * fix CodeQL * fix: type * Add a analytical test case for pbtrf --------- Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91c405d - Browse repository at this point
Copy the full SHA 91c405dView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 166e364 - Browse repository at this point
Copy the full SHA 166e364View commit details -
AT-2: adding non-TPL build for HIP backend (kokkos#2329)
* AT-2: adding non-TPL build for HIP backend Clean-up a few things in the mi210 workflow as well should make it a little bit more readable and maintainable. * AT-2: updating hip no tpl runs-on tag By reusing the same tag this should allow the job to run without issues with the same runner as the tpl job. * removing tabs and putting whitespaces instead * hopefully fixing paths in mi210.yml * AT-2: using env variable to get abs path, let's see... * replacing tabs with whitespaces * AST-2: Fixing mkdir? * removing a tab... * Fix typo in working-directory for kokkos build step * another fix to a path * Fixing quotation... * Fixing working-dir which is already in $GITHUB_WORKSPACE * fixing path in the kokkos-kernels configure step * Fixing configure step for tpl build
Configuration menu - View commit details
-
Copy full SHA for 2c59c9f - Browse repository at this point
Copy the full SHA 2c59c9fView commit details
Commits on Sep 17, 2024
-
Bump github/codeql-action from 3.26.6 to 3.26.7 (kokkos#2338)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4dd1613...8214744) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b73ee91 - Browse repository at this point
Copy the full SHA b73ee91View commit details -
Bump step-security/harden-runner from 2.9.1 to 2.10.1 (kokkos#2339)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@5c7944e...91182cc) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b221005 - Browse repository at this point
Copy the full SHA b221005View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0179cb5 - Browse repository at this point
Copy the full SHA 0179cb5View commit details
Commits on Sep 23, 2024
-
Bump github/codeql-action from 3.26.7 to 3.26.8 (kokkos#2343)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.7 to 3.26.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8214744...294a9d9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f4d507 - Browse repository at this point
Copy the full SHA 7f4d507View commit details
Commits on Sep 30, 2024
-
Bump github/codeql-action from 3.26.8 to 3.26.9 (kokkos#2348)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@294a9d9...461ef6c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 101b8ae - Browse repository at this point
Copy the full SHA 101b8aeView commit details
Commits on Oct 2, 2024
-
.github/workflows: Add remaining spr and bdw checks (kokkos#2321)
* .github/workflows: Add llvm1001 and inteloneapi AT2 checks * .github/workflows: Enable gcc10 AT2 builds * .github/workflows: Stage volta70 checks * .github/workflows: Test spr against kokkos 4.3.01 * .github/workflows: Specify ETI types for spr * .github/workflows: Disable two of the GNU1020 builds
Configuration menu - View commit details
-
Copy full SHA for 7c9e8f4 - Browse repository at this point
Copy the full SHA 7c9e8f4View commit details -
Add KokkosKernels::eager_initialize() to common (kokkos#2317)
* Add KokkosKernels::eager_initialize() to common * Formatting * TPL singletons: allow query of whether initialized And test KokkosKernels::eager_initialize() using this * Fix magma build - build TPL singleton file into library when magma's enabled - include correct magma TPL header with declarations, not definitions
Configuration menu - View commit details
-
Copy full SHA for 9954846 - Browse repository at this point
Copy the full SHA 9954846View commit details -
Modify validity checks for output views sizes in svd (kokkos#2350)
* Modify validity check for output views sizes in svd * Apply clang format * Apply clang format
Configuration menu - View commit details
-
Copy full SHA for aa7ddf6 - Browse repository at this point
Copy the full SHA aa7ddf6View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93a3dfe - Browse repository at this point
Copy the full SHA 93a3dfeView commit details -
Fix kokkos#2344: SVD hanging (kokkos#2345)
* Fix kokkos#2344: hang in SerialSVD Add test for the case that failed. * Add more SVD tests to exercise corner cases Used temporary printfs in the two zero-diagonal codepaths to make sure they are now covered by testing * Revert replacing spadd example with reproducer * Clean up debug printouts * Fix -Wshadow * SVD: Add more rank-deficient test cases * Last fix for SVD, test cleanup * SVD test fixes * Comment both test cases from issue 2344
Configuration menu - View commit details
-
Copy full SHA for 89b4437 - Browse repository at this point
Copy the full SHA 89b4437View commit details
Commits on Oct 4, 2024
-
workflow: adding permissions in workflow files (kokkos#2357)
This should make the OSS scorecard a little happier? Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f72b3a2 - Browse repository at this point
Copy the full SHA f72b3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99fc540 - Browse repository at this point
Copy the full SHA 99fc540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca8116 - Browse repository at this point
Copy the full SHA 6ca8116View commit details -
Fix compilation error, kk_is_gpu_exec_space->is_gpu_exec_space_v (kok…
…kos#2358) Apply change consistent with PR kokkos#2354
Configuration menu - View commit details
-
Copy full SHA for 0b34f3d - Browse repository at this point
Copy the full SHA 0b34f3dView commit details
Commits on Oct 7, 2024
-
Bump github/codeql-action from 3.26.9 to 3.26.11 (kokkos#2360)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.9 to 3.26.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@461ef6c...6db8d63) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2472963 - Browse repository at this point
Copy the full SHA 2472963View commit details -
sparse_sort_crs: fix column shuffle indices (kokkos#2346)
* random_shuffle -> shuffle random_shuffle is deprecated / removed * sparse_sort_crs: Fix row begin/end offset in entry shuffle
Configuration menu - View commit details
-
Copy full SHA for 05c3079 - Browse repository at this point
Copy the full SHA 05c3079View commit details -
Configuration menu - View commit details
-
Copy full SHA for d900f63 - Browse repository at this point
Copy the full SHA d900f63View commit details
Commits on Oct 8, 2024
-
Bump actions/checkout from 4.1.7 to 4.2.1 (kokkos#2363)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfe0e45 - Browse repository at this point
Copy the full SHA dfe0e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c38c2 - Browse repository at this point
Copy the full SHA 97c38c2View commit details -
Workflow volta70 (kokkos#2356)
* worflow - volta70: cleaning up cmake recipes * Adding volta70 to at2.yml
Configuration menu - View commit details
-
Copy full SHA for 6042bba - Browse repository at this point
Copy the full SHA 6042bbaView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 773e47a - Browse repository at this point
Copy the full SHA 773e47aView commit details -
workflows: fixing dependency for checkout action to make dependabot h…
…appy (kokkos#2369) Signed-off-by: Luc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aada14e - Browse repository at this point
Copy the full SHA aada14eView commit details
Commits on Oct 10, 2024
-
workflows: limit the permissions in volta70 build (kokkos#2370)
Reducing the permissions keeps the workflow and repository safe from potential malicious deeds. Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adc025b - Browse repository at this point
Copy the full SHA adc025bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7df61d - Browse repository at this point
Copy the full SHA c7df61dView commit details
Commits on Oct 14, 2024
-
Bump actions/upload-artifact from 4.4.0 to 4.4.3 (kokkos#2378)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1283cc - Browse repository at this point
Copy the full SHA e1283ccView commit details -
Bump github/codeql-action from 3.26.11 to 3.26.12 (kokkos#2377)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.11 to 3.26.12. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6db8d63...c36620d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 130631f - Browse repository at this point
Copy the full SHA 130631fView commit details
Commits on Oct 15, 2024
-
set KokkosKernels_ENABLE_COMPONENT variables to value instead of vari…
…able name (kokkos#2380) Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae06347 - Browse repository at this point
Copy the full SHA ae06347View commit details -
Block Sptrsv fixes (kokkos#2376)
* Go back to original impl with vector reduce Signed-off-by: James Foucar <[email protected]> * Disable tp1 test for clang+cuda+complex Signed-off-by: James Foucar <[email protected]> * Fixes and warn users about broken case Signed-off-by: James Foucar <[email protected]> * formatting Signed-off-by: James Foucar <[email protected]> * Fix comments and print skip message Signed-off-by: James Foucar <[email protected]> --------- Signed-off-by: James Foucar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b844669 - Browse repository at this point
Copy the full SHA b844669View commit details
Commits on Oct 16, 2024
-
Do not specify template argument when using Kokkos atomics (kokkos#2382)
Let Function Template Argument Deduction do its job, do not interfere. Signed-off-by: Damien L-G <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 978823c - Browse repository at this point
Copy the full SHA 978823cView commit details -
Blas1 asum: work around for openblas error with short vectors (kokkos…
…#2384) Signed-off-by: Carl William Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b052734 - Browse repository at this point
Copy the full SHA b052734View commit details -
Prefer atomic_assign(ptr, val) -> atomic_store(ptr, val) (kokkos#2383)
We are looking at deprecating atomic_assign() kokkos/kokkos#7449 Use atomic_store() instead. Signed-off-by: Damien L-G <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1a5906 - Browse repository at this point
Copy the full SHA e1a5906View commit details
Commits on Oct 17, 2024
-
search/replace KOKKOS_-prefixed macros (kokkos#2372)
Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3886cf9 - Browse repository at this point
Copy the full SHA 3886cf9View commit details -
Replace atomic_{inc, dec}[rement] (kokkos#2386)
Signed-off-by: Damien L-G <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f53afa - Browse repository at this point
Copy the full SHA 7f53afaView commit details -
put default types in KokkosKernels namespace (kokkos#2341)
* put default types in KokkosKernels namespace Signed-off-by: Carl Pearson <[email protected]> * Deprecate global namespace default type aliases Signed-off-by: Carl Pearson <[email protected]> --------- Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f8122b - Browse repository at this point
Copy the full SHA 9f8122bView commit details
Commits on Oct 18, 2024
-
perf_tests: remove false dependence on google test (kokkos#2385)
* perf_tests: remove false dependence on google test Signed-off-by: Carl Pearson <[email protected]> * KokkosBlas3_gemm_perf_test.hpp: remove comment Signed-off-by: Carl Pearson <[email protected]> * Test::epsilon -> Kokkos::ArithTraits<>::eps Signed-off-by: Carl Pearson <[email protected]> --------- Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff46aee - Browse repository at this point
Copy the full SHA ff46aeeView commit details -
Prefer
expected == atomic_compare_exchange(ptr, expected, desired)
(k……okkos#2387) * Prefer expected == atomic_compare_exchange(ptr, expected, desired) Signed-off-by: Damien L-G <[email protected]> * Reintroduce break statement that was accidentally removed Signed-off-by: Damien L-G <[email protected]> --------- Signed-off-by: Damien L-G <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b318e6 - Browse repository at this point
Copy the full SHA 8b318e6View commit details
Commits on Oct 19, 2024
-
workflows: adding variable to set kokkos version to test against (kok…
…kos#2389) * workflows: adding variable to set kokkos version to test against The variable is set directly in at2.yml so it can be uniformly applied to all the "sub-workflows" making maintenance when a new release of kokkos comes out easier. Signed-off-by: Luc Berger-Vergiat <[email protected]> * workflow: fix for the osx builds The new variable to set the version of Kokkos Core to build against needs to use the "in script syntax" not the bash syntax. Signed-off-by: Luc Berger-Vergiat <[email protected]> --------- Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1974585 - Browse repository at this point
Copy the full SHA 1974585View commit details
Commits on Oct 21, 2024
-
Bump github/codeql-action from 3.26.12 to 3.26.13 (kokkos#2391)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c36620d...f779452) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ea5c3a - Browse repository at this point
Copy the full SHA 5ea5c3aView commit details -
remove deprecation message on intel 19 (kokkos#2393)
Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da828b7 - Browse repository at this point
Copy the full SHA da828b7View commit details -
deprecate
__KOKKOSBATCHED_PROMOTION__
(kokkos#2392)* deprecate __KOKKOSBATCHED_PROMOTION__ Signed-off-by: Carl Pearson <[email protected]> * __KOKKOSBATCHED_PROMOTION___DEPRECATED_MACRO -> KOKKOSBATCHED_IMPL_PROMOTION Signed-off-by: Carl Pearson <[email protected]> --------- Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b547b8 - Browse repository at this point
Copy the full SHA 7b547b8View commit details
Commits on Oct 24, 2024
-
Reduce duplicated code in trsv (kokkos#2388)
* Reduce duplicated code in trsv A slightly different for loop can avoid having to separate out the last iteration. * Fix inner loops underflow * Change to a more-readable loop Signed-off-by: James Foucar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 570f5ec - Browse repository at this point
Copy the full SHA 570f5ecView commit details -
Implement batched serial laswp (kokkos#2395)
* Implement batched serial laswp Signed-off-by: Yuuichi Asahi <[email protected]> * fix: integer types in laswp test Signed-off-by: Yuuichi Asahi <[email protected]> * change loop order based on base layout Signed-off-by: Yuuichi Asahi <[email protected]> * update serial laswp test based on review Signed-off-by: Yuuichi Asahi <[email protected]> --------- Signed-off-by: Yuuichi Asahi <[email protected]> Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0a477f - Browse repository at this point
Copy the full SHA b0a477fView commit details
Commits on Oct 25, 2024
-
2392 missed a case where __KOKKOSBATCHED_PROMOTION__ was defined (kok…
…kos#2396) Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebb5e40 - Browse repository at this point
Copy the full SHA ebb5e40View commit details -
Rename reserved identifiers (kokkos#2373)
* clang-tidy file for reserved identifiers Signed-off-by: Carl Pearson <[email protected]> * Batched: don't use reserved names in include guards Signed-off-by: Carl Pearson <[email protected]> * BLAS: don't use reserved names in include guards Signed-off-by: Carl Pearson <[email protected]> --------- Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc39467 - Browse repository at this point
Copy the full SHA fc39467View commit details -
implement batched serial pbtrs (kokkos#2330)
* implement batched serial pbtrs Signed-off-by: Yuuichi Asahi <[email protected]> * format Signed-off-by: Yuuichi Asahi <[email protected]> * fix: docstrings for pbtrs Signed-off-by: Yuuichi Asahi <[email protected]> * move implementation details under Impl namespace Signed-off-by: Yuuichi Asahi <[email protected]> * Add missing check for pbtrs Signed-off-by: Yuuichi Asahi <[email protected]> * fix: conflicts Signed-off-by: Yuuichi Asahi <[email protected]> * fix: use EXPECT_NEAR_KK_REL for check Signed-off-by: Yuuichi Asahi <[email protected]> * remove unused variable xm from pbtrs impl Signed-off-by: Yuuichi Asahi <[email protected]> --------- Signed-off-by: Yuuichi Asahi <[email protected]> Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c283c44 - Browse repository at this point
Copy the full SHA c283c44View commit details -
Fixing potential overflow issue in inner product trait (kokkos#2397)
* Fixing potential overflow issue in inner product trait When result type is double and inputs are floats, one input has to be cast to double so the multiplication operator for double is used instead of the float multiplication operator that could overflow for valid double values. Handle the complex case for mixed input/output fp types Signed-off-by: Luc Berger-Vergiat <[email protected]> * Adding fixes for various integer overflow fixes. Signed-off-by: Luc Berger-Vergiat <[email protected]> --------- Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 585a59f - Browse repository at this point
Copy the full SHA 585a59fView commit details
Commits on Oct 28, 2024
-
Bump actions/dependency-review-action from 4.3.4 to 4.3.5 (kokkos#2400)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@5a2ce3f...a6993e2) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 017d2e4 - Browse repository at this point
Copy the full SHA 017d2e4View commit details -
Bump github/codeql-action from 3.26.13 to 3.27.0 (kokkos#2402)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.13 to 3.27.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f779452...6624720) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4e6150 - Browse repository at this point
Copy the full SHA e4e6150View commit details -
Bump actions/checkout from 4.2.1 to 4.2.2 (kokkos#2401)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 413e8ef - Browse repository at this point
Copy the full SHA 413e8efView commit details -
Deprecate __KOKKOSBATCHED_ENABLE_INTEL_MKL__ (kokkos#2403)
In favor of KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c16873b - Browse repository at this point
Copy the full SHA c16873bView commit details
Commits on Oct 29, 2024
-
Fix batched serial laswp (kokkos#2404)
* fix include path of Impl Signed-off-by: Yuuichi Asahi <[email protected]> * improve batched serial laswp tests Signed-off-by: Yuuichi Asahi <[email protected]> * fix comments in Test_Batched_SerialLaswp.hpp Signed-off-by: Yuuichi Asahi <[email protected]> --------- Signed-off-by: Yuuichi Asahi <[email protected]> Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7690b22 - Browse repository at this point
Copy the full SHA 7690b22View commit details -
implement batched serial iamax (kokkos#2399)
* implement batched serial iamax Signed-off-by: Yuuichi Asahi <[email protected]> * Add missing static_assertion in iamax Signed-off-by: Yuuichi Asahi <[email protected]> * fix: CodeQL Signed-off-by: Yuuichi Asahi <[email protected]> * fix: reintroduce RealType in impl_test_batched_iamax Signed-off-by: Yuuichi Asahi <[email protected]> * fix: use view size_type as a return type of iamax Signed-off-by: Yuuichi Asahi <[email protected]> --------- Signed-off-by: Yuuichi Asahi <[email protected]> Co-authored-by: Yuuichi Asahi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1265ec - Browse repository at this point
Copy the full SHA e1265ecView commit details -
Mult result conversion (kokkos#2405)
* CodeQL: trying to fix issues with multiplication results conversion This avoids potential overflow when low precision data is multiplied and then store in higher precision variable: size_t = int * int Focusing on issues in the library for now, unit-tests will be fixed later. Signed-off-by: Luc Berger-Vergiat <[email protected]> * Applying clang-format Signed-off-by: Luc Berger-Vergiat <[email protected]> * Switching a few static_cast to size_t for clarity After discussion in the PR, these changes should not result in issues when passed to the view constructors and improve clarity for future maintenance. Signed-off-by: Luc Berger-Vergiat <[email protected]> --------- Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ee9a1d - Browse repository at this point
Copy the full SHA 5ee9a1dView commit details -
Deprecate __KOKKOSBATCHED_ENABLE_INTEL_MKL_BATCHED__ (kokkos#2406)
In favor of KOKKOSBATCHED_IMPL_ENABLE_INTEL_MKL_BATCHED Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49188b9 - Browse repository at this point
Copy the full SHA 49188b9View commit details
Commits on Oct 30, 2024
-
Free allocated
MatrixPrec
(kokkos#2407)Let's set a good example in our examples Signed-off-by: Carl Pearson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13115c4 - Browse repository at this point
Copy the full SHA 13115c4View commit details -
Fix potential overflow issue in spiluk (kokkos#2409)
Just like the previous round of fixes related to multiplication overflowing when result type has wider range, this should get CodeQL to be a little happier. Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fbd779 - Browse repository at this point
Copy the full SHA 2fbd779View commit details -
SerialInverseLU: fix overflow in integer multiplication (kokkos#2410)
Last one of a series of fixes to clean-up the CodeQL safety issues, after that we should be all clean! Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 063f0bd - Browse repository at this point
Copy the full SHA 063f0bdView commit details
Commits on Oct 31, 2024
-
CI:
address
sanitizer and most ofundefined
sanitizer (kokkos#2408)* Add address sanitizer and most of undefined sanitizer. Exclude vptr due to Preconditioner visibility. Exclude signed integer overflow because we do this all over the place. Signed-off-by: Carl Pearson <[email protected]> * Reducing ETI scope a lot to improve build size and time This is not a permanent fix, we probably need to set this build on a different platform but should be enough to get one set of results and observe how good/bad we are doing... Signed-off-by: Carl Pearson <[email protected]> * ci: osx-ci -> ubuntu-asan-ubsan-ci Signed-off-by: Carl Pearson <[email protected]> * ci: drop compiler warnings on ci sanitizers build Signed-off-by: Carl Pearson <[email protected]> * ci: Kokkos_DIR -> Kokkos_ROOT Signed-off-by: Carl Pearson <[email protected]> * ci: ditch relative paths and working directories Signed-off-by: Carl Pearson <[email protected]> * ci: drop Kokkos_ENABLE_DEPRECATED_CODE_3 Signed-off-by: Carl Pearson <[email protected]> * ci: fix kokkos kernels source path Signed-off-by: Carl Pearson <[email protected]> * ci: add UBSAN_OPTIONS to get stack trace Signed-off-by: Carl Pearson <[email protected]> --------- Signed-off-by: Carl Pearson <[email protected]> Co-authored-by: Luc Berger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcd4d7c - Browse repository at this point
Copy the full SHA bcd4d7cView commit details
Commits on Nov 4, 2024
-
Bump actions/dependency-review-action from 4.3.5 to 4.4.0 (kokkos#2411)
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.5 to 4.4.0. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@a6993e2...4081bf9) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3a1177 - Browse repository at this point
Copy the full SHA d3a1177View commit details -
Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (kokkos#2412)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@c062e08...e7a8f85) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14b20bc - Browse repository at this point
Copy the full SHA 14b20bcView commit details -
ODE - RK: fixing small issues reported by Yaro (kokkos#2229)
* ODE - RK: fixing small issues reported by Yaro 1. fix integer division to floating point division 2. fix evaluation of max scaled error 3. increase or decrease time step using uniform formula 4. use num_steps instead of max_steps for dt calculation 5. add a time step when using constant dt to avoid issues with round-off errors 6. fixing exponent and moving adaptivity computation out of RKStep 7. adding time step counter 8. adding more tests and keep track of time steps if wanted Signed-off-by: Luc Berger-Vergiat <[email protected]> * RK: fixing variable name after rebase Signed-off-by: Luc Berger-Vergiat <[email protected]> * RK: enabling most methods after fixing test related issues Signed-off-by: Luc Berger-Vergiat <[email protected]> * RK: passing new unit-tests Signed-off-by: Luc Berger-Vergiat <[email protected]> * Applying clang-format Signed-off-by: Luc Berger-Vergiat <[email protected]> * RK: fix bad subview creation Signed-off-by: Luc Berger-Vergiat <[email protected]> * RK: fix bug that computes the inital step size for non-adaptive case This prevents having the user defined time step and leads to wrong results. The rate of convergence tests are now passing! Signed-off-by: Luc Berger-Vergiat <[email protected]> * clang-format... Signed-off-by: Luc Berger-Vergiat <[email protected]> * RK: tweaking the tolerances a bit On GPU the lowest order method (RK1-2) is accumulating a bit more errors than on CPU. Only an issue when comparing values to zero where the absolute tolerance is needed to detect good conv. Signed-off-by: Luc Berger-Vergiat <[email protected]> * Adding reference for some implementation details and heuristic values Signed-off-by: Luc Berger-Vergiat <[email protected]> --------- Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afb3771 - Browse repository at this point
Copy the full SHA afb3771View commit details -
Signed-off-by: Nathan Ellingwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66dffb5 - Browse repository at this point
Copy the full SHA 66dffb5View commit details
Commits on Nov 8, 2024
-
Update changelog for 4.5.00 (kokkos#2413)
* Update changelog for 4.5.00 Signed-off-by: Nathan Ellingwood <[email protected]> * Update CHANGELOG.md Grouping some work for identifier redefinition, atomic API update. Moving SVD from ODE to LAPACK Adding ODE PR --------- Signed-off-by: Nathan Ellingwood <[email protected]> Co-authored-by: Luc Berger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1a22ed - Browse repository at this point
Copy the full SHA c1a22edView commit details
Commits on Nov 11, 2024
-
* ODE: skipping autocatalytic test on SYCL For the time being it is unclear why this particular case leads to a runtime error from the SYCL API? Signed-off-by: Luc Berger-Vergiat <[email protected]> * ODE: formatting Signed-off-by: Luc Berger-Vergiat <[email protected]> * ODE: forgot to check if the SYCL space is enabled in Kokkos Signed-off-by: Luc Berger-Vergiat <[email protected]> --------- Signed-off-by: Luc Berger-Vergiat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b116ec - Browse repository at this point
Copy the full SHA 5b116ecView commit details -
Merge branch 'release-candidate-4.5.00' for 4.5.00
Part of Kokkos C++ Performance Portability Programming EcoSystem 4.5 Signed-off-by: Nathan Ellingwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a7590a - Browse repository at this point
Copy the full SHA 4a7590aView commit details -
update master_history.txt for 4.5.00
Signed-off-by: Nathan Ellingwood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e9b1b2 - Browse repository at this point
Copy the full SHA 0e9b1b2View commit details