Skip to content
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

Master release 4.4.00 #2303

Merged
merged 401 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
401 commits
Select commit Hold shift + click to select a range
6679f19
Merge pull request #2055 from cwpearson/fix/std-fs-intelllvm
lucbv Dec 8, 2023
a91a1f2
fence Kokkos before timed interations
cwpearson Dec 8, 2023
cd8f77c
Merge pull request #2066 from cwpearson/fix/spmv-benchmark-fence
lucbv Dec 8, 2023
7144284
Deprecate KOKKOSLINALG_OPT_LEVEL
cwpearson Dec 13, 2023
543446d
Add CMake warning message if KokkosKernels_LINALG_OPT_LEVEL is used
cwpearson Dec 13, 2023
2728071
Async matrix release for MKL >= 2023.2
cwpearson Dec 14, 2023
ddf425f
Support CUBLAS_{LIBRARIES,LIBRARY_DIRS,INCLUDE_DIRS,ROOT} and KokkosK…
cwpearson Dec 14, 2023
d53066a
KokkosSparse_spmv_impl_merge.hpp: use capture by reference
ndellingwood Dec 15, 2023
c61f708
KokkosSparse_par_ilut_numeric_impl.hpp: use capture by reference
ndellingwood Dec 15, 2023
49f5a61
Backup
eeprude Dec 16, 2023
d61e64e
Backup
eeprude Dec 16, 2023
fab15a4
Backup
eeprude Dec 16, 2023
9d45602
Backup
eeprude Dec 16, 2023
70b01bf
Formatting
eeprude Dec 16, 2023
04b0599
Correcting compilation error
eeprude Dec 16, 2023
ceb9a87
Typo
eeprude Dec 16, 2023
2febc99
Changes for syr and syr2, to be tested at weaver
eeprude Dec 17, 2023
7c51188
Formatting
eeprude Dec 17, 2023
0c14496
Changes for axpby
eeprude Dec 17, 2023
852afe1
Backup
eeprude Dec 17, 2023
ebee1f1
Formatting
eeprude Dec 17, 2023
b500f96
Just to force new checking tests in github
eeprude Dec 17, 2023
e439733
Merge pull request #2076 from ndellingwood/fix-werror-implicit-this
lucbv Dec 18, 2023
b50ba54
Merge pull request #2074 from cwpearson/performance/mkl-gemv-release
lucbv Dec 18, 2023
c15b51e
Merge pull request #2072 from cwpearson/deprecate/linalg-opt-level
lucbv Dec 18, 2023
e2b240a
Merge pull request #2050 from seanofthemillers/rocm6_deprecation_fixes
lucbv Dec 18, 2023
4e00981
Addressing feedback from Luc.
eeprude Dec 18, 2023
628d630
Merge pull request #2077 from eeprude/blas_noneti_cuda
lucbv Dec 18, 2023
b242927
Merge pull request #2075 from cwpearson/feature/cmake-cublas-options
lucbv Dec 18, 2023
cb24a0d
Don't call optimize_gemv for one-shot spmv
cwpearson Dec 13, 2023
3dafbed
Merge pull request #2073 from cwpearson/performance/no-optimize-gemv
lucbv Dec 20, 2023
5868e99
Add HIPManagedSpace support
brian-kelley Dec 21, 2023
772183b
Backup
eeprude Dec 25, 2023
5b75a1a
Backup
eeprude Dec 25, 2023
11d369b
Backup
eeprude Dec 25, 2023
c573d6e
Minor typo
eeprude Dec 25, 2023
93d4cda
Merge pull request #2081 from eeprude/axpby_less_deep_copy
lucbv Jan 8, 2024
d5c2924
Merge pull request #2079 from brian-kelley/HIPManagedETI
lucbv Jan 8, 2024
66f60e9
Add block support to all SPILUK algorithms (#2064)
jgfouca Jan 11, 2024
c34c6c5
Add CUDA/HIP TPL support for KokkosSparse::spadd (#1962)
jczhang07 Jan 16, 2024
aa12597
Make spiluk_handle::reset backwards compatible (#2087)
jgfouca Jan 17, 2024
0b1d20f
spadd: add APIs without an execution space argument (#2090)
jczhang07 Jan 20, 2024
9fa4a08
Lapack - SVD: adding initial files that do not implement anything (#2…
lucbv Feb 6, 2024
4315f9a
Hands off namespace `Kokkos::Impl` - cleanup couple violations that s…
dalg24 Feb 6, 2024
8a99aaa
Change name of yaml-cpp to yamlcpp
cwschilly Jan 31, 2024
d77f114
Fix macro setting in CMakeLists
cwschilly Feb 5, 2024
d57e4ee
Merge pull request #2099 from bartlettroscoe/tril-12710-yamlcpp
ndellingwood Feb 7, 2024
49c4308
GMRES: Add support for BSR matrices
jgfouca Feb 6, 2024
adb3064
Remove all mentions of HBWSpace
dalg24 Feb 8, 2024
2ae3452
Reintroduce EXECSPACE_(SERIAL,OPENMP,THREADS}_VALID_MEM_SPACES
ndellingwood Feb 8, 2024
b01ea61
Merge pull request #2101 from dalg24/rm_hbw_space
ndellingwood Feb 9, 2024
401f6c2
Lapack: adding svd benchmark
lucbv Feb 6, 2024
c1beeeb
Fix Cuda TPL finding (#2098)
brian-kelley Feb 9, 2024
2ca9cfc
Add support for BSR matrices to some trsv routines (#2104)
jgfouca Feb 14, 2024
0bf3dcf
Lapack - SVD: adding quick return when cuSOLVER is skipped (#2107)
lucbv Feb 14, 2024
5f719e5
Fix build error in trsv on gcc8
jgfouca Feb 15, 2024
0425cc6
Add a workaround for compilation errors with cuda-12.2.0 + gcc-12.3 (…
jczhang07 Feb 15, 2024
264dee2
Lapack - SVD: fix for unit-test when MKL is enabled (#2110)
lucbv Feb 15, 2024
23abac4
Revert "Merge pull request #2037 from ndellingwood/remove-rocsolver-o…
ndellingwood Feb 15, 2024
8ecbcb7
Merge pull request #2111 from jgfouca/jgfouca/fix_trsv_build_err
ndellingwood Feb 16, 2024
e3026de
Fixing missing inclusion in source file
seanofthemillers Feb 16, 2024
39bad0e
Merge pull request #2113 from seanofthemillers/fix_missing_inclusion_…
ndellingwood Feb 17, 2024
fdadc74
BLAS - MKL: fixing HostBlas calls to handle MKL_INT type (#2112)
lucbv Feb 19, 2024
62aecce
Fix weird Trilinos compiler error
jgfouca Feb 20, 2024
706bf97
Update changelog
ndellingwood Jan 17, 2024
06646f4
Update changelog
ndellingwood Jan 25, 2024
b4513cf
Merge pull request #2117 from jgfouca/jgfouca/fix_tril_compl_err
ndellingwood Feb 21, 2024
0ddc744
Block spiluk follow up (#2085)
jgfouca Feb 21, 2024
0fe8461
Merge pull request #2118 from ndellingwood/update-changelog-421
ndellingwood Feb 22, 2024
d3ce803
github workflows: update to v4 (use Node 20)
ndellingwood Feb 22, 2024
f53f7c5
Refactor Test_Sparse_sptrsv (#2102)
jgfouca Feb 22, 2024
6b4bb06
Merge pull request #2119 from ndellingwood/update-ga-node
ndellingwood Feb 22, 2024
934cd7d
CMake: error out in certain case (#2115)
brian-kelley Feb 26, 2024
63cd89e
Wiki examples for BLAS2 functions are added (#2122)
lucbv Feb 29, 2024
4f2a095
Increase tolerance on gesv test (Fix #2123) (#2124)
brian-kelley Feb 29, 2024
80b1a18
Spmv handle (#2126)
brian-kelley Mar 4, 2024
fe65db5
Option to apply RCM reordering to extracted CRS diagonal blocks (#2125)
vqd8a Mar 5, 2024
9d27c1f
cm_test_all_sandia: various updates
ndellingwood Mar 1, 2024
5524ed6
cm_test_all_sandia: drop decommissioned/unavailable machines
ndellingwood Mar 6, 2024
7aca2c0
Merge pull request #2131 from ndellingwood/update-cmtestallsandia
ndellingwood Mar 6, 2024
865d84c
Fix2130 (#2132)
brian-kelley Mar 6, 2024
74f0ed7
Benchmark: modifying spmv benchmark to run range of spmv tests (#2135)
lucbv Mar 7, 2024
8f2945d
Kokkos Kernels: update version guards to drop old version of Kokkos (…
lucbv Mar 7, 2024
519ef7b
ODE: BDF methods (#1930)
lucbv Mar 12, 2024
a19435c
cm_test_all_sandia: update caraway compilers
ndellingwood Mar 13, 2024
4aa0ebd
Sparse MKL: changing the location of the MKL_SAFE_CALL macro (#2134)
lucbv Mar 13, 2024
f4549f2
Merge pull request #2142 from ndellingwood/udpate-cmtestallsandia-car…
ndellingwood Mar 14, 2024
a29e0e8
Fixing missing descriptor for bsr spmv
seanofthemillers Mar 12, 2024
3a5498d
Kokkos Kernels: change the default offset ETI from size_t to int (#2140)
lucbv Mar 14, 2024
5b08244
KokkosSparse_spmv_bsrmatrix_spec: fix Bsr_TC_Precision namespacing
ndellingwood Mar 14, 2024
98d37b5
Drop comment for cleaner clang-format fix
ndellingwood Mar 14, 2024
a3b7568
Merge pull request #2138 from seanofthemillers/rocsparse_fix_missing_…
ndellingwood Mar 14, 2024
f492f59
Fix usage of RAII to set cusparse/rocsparse stream (#2141)
brian-kelley Mar 14, 2024
2f66110
Use execution space operator== (#2136)
brian-kelley Mar 14, 2024
a725850
Merge pull request #2144 from ndellingwood/fix-Bsr_TC_Precision-names…
ndellingwood Mar 15, 2024
acd7141
cm_test_all_sandia: more caraway module updates and cleanup (#2145)
ndellingwood Mar 15, 2024
0c49c21
Spmv perftest improvements (#2146)
brian-kelley Mar 15, 2024
d842175
KokkosKernels Utils: cleaning the zero_vector interface
lucbv Mar 18, 2024
e88b1a1
Kokkos Kernels: fixing call to zero_vector in Gauss-Seidel
Mar 18, 2024
32944bd
CMakeLists.txt: Update develop to 4.3.99
ndellingwood Mar 20, 2024
237f746
Address reviewer comments
ndellingwood Mar 20, 2024
5e9adf5
Update CMakeLists.txt
ndellingwood Mar 20, 2024
e6315e2
cm_test_all_sandia: solo updates
ndellingwood Mar 25, 2024
89598d8
Fix signed/unsigned comparison warnings (#2150)
brian-kelley Mar 25, 2024
c435777
Merge pull request #2154 from ndellingwood/update-cmtestallsandia-solo
ndellingwood Mar 26, 2024
ccc4be5
SPMV tpl fixes, cusparse workaround (#2152)
brian-kelley Mar 26, 2024
44b4418
Applying clang-format
lucbv Mar 26, 2024
363868e
Merge pull request #2147 from lucbv/KK_Utils_cleanup
ndellingwood Mar 26, 2024
8756faa
Use default_size_type as default offset in matrix types (#2149)
brian-kelley Mar 26, 2024
fb8eff5
spmv bsr perftest: move fences to right place (#2153)
brian-kelley Mar 26, 2024
89261c6
Merge pull request #2151 from ndellingwood/update-version
ndellingwood Mar 26, 2024
aadab52
Kokkos Kernels: removing old code branches ahead of 4.3.00 release (#…
lucbv Mar 27, 2024
eb64221
Code for running performance measurements on ger() (#2082)
eeprude Mar 27, 2024
b04dd15
KokkosBlas1_axpby.hpp: change debug macro guard for printInformation …
ndellingwood Mar 27, 2024
327ab48
Add user tolerance to Serial SVD (#2120)
wjhorne Mar 27, 2024
356e227
Add a simple Harwell-Boeing file reader (#2155)
jgfouca Mar 28, 2024
23413f5
spmv tpls: use correct bool for eti template param (#2160)
brian-kelley Mar 28, 2024
02ea952
Fix sparse_ioutils test on kokkos-dev (#2162)
jgfouca Apr 1, 2024
ae3ecca
Fix #2156 (#2164)
brian-kelley Apr 3, 2024
18a1119
Updates from feedback runnig Trilinos testing
ndellingwood Apr 3, 2024
cacba80
Merge pull request #2165 from ndellingwood/test-updates
ndellingwood Apr 3, 2024
fc280f0
Fix #2167: classic MKL doesn't use space instance (#2168)
brian-kelley Apr 4, 2024
1ed57ec
CHANGELOG.md: 4.3.00 update
ndellingwood Apr 4, 2024
2e6d98d
Merge pull request #2169 from ndellingwood/dev-changelog-4300
ndellingwood Apr 4, 2024
5bf5474
KokkosLapack_svd_tpl_spec_decl: defer to MKL spec when LAPACK also en…
ndellingwood Apr 5, 2024
f09977f
Merge pull request #2171 from ndellingwood/svd-lapack-mkl-fix
ndellingwood Apr 5, 2024
2abaf6d
.github/workflows: Added bdw.yml
e10harvey Apr 8, 2024
0cadec7
.github/workflows: Added spr.yml
e10harvey Apr 8, 2024
db41fd7
.github/workflows: Added mi210.yml
e10harvey Apr 8, 2024
f302dd7
.github/workflows: Added h100.yml
e10harvey Apr 8, 2024
c9ab634
.github/workflows: Added volta70.yml
e10harvey Apr 8, 2024
9baac22
.github/workflows: Added power9.yml and power9_tpls.yml
e10harvey Apr 8, 2024
4f3220c
Jgfouca/block spiluk fixes (#2172)
jgfouca Apr 9, 2024
a86c780
.github/workflows: Add PR_VEGA908_ROCM561_HIP_SERIAL_LEFT_OPENBLAS_OP…
e10harvey Apr 11, 2024
53ac9d4
Add guard for cusparse spmv_mv_tpl_spec_avail
ndellingwood Apr 12, 2024
cb824ca
Merge pull request #2176 from ndellingwood/issue-2175
ndellingwood Apr 12, 2024
8029cc5
.github/workflows: Remove OPENLAPACK from names
e10harvey Apr 15, 2024
75ee9a6
.github/workflows: Remove power9 until we have hardware to test it on
e10harvey Apr 17, 2024
c8e5b50
.github/workflows: Enable rocblas in rocm tpl check
e10harvey Apr 17, 2024
8769084
.github/workflows: Remove volta70 until we have hardware to test it on
e10harvey Apr 17, 2024
35e115a
Add early return if numRows == 0 in trsv to avoid integer divide-by-z…
malphil Apr 17, 2024
47a1849
Resolves multiple definition of Magma and Cuda singletons (#2178)
ndellingwood Apr 18, 2024
83374bf
Merge pull request #2180 from MalachiTimothyPhillips/malachi/fix-divi…
ndellingwood Apr 18, 2024
c00555a
magma: fix linker errors for builds without cusolver (#2181)
ndellingwood Apr 23, 2024
0a9b4e7
.github/workflows/mi210: Fix include paths
e10harvey Apr 24, 2024
3941b36
Merge pull request #2174 from e10harvey/at2_ci_configs
e10harvey Apr 24, 2024
6f5db17
Merge pull request #2182 from e10harvey/at2_mi210_cmake_fix
e10harvey Apr 24, 2024
063cf77
workflows/osx.yml: test against most recent kokkos tag
ndellingwood Apr 24, 2024
c099cea
Merge pull request #2186 from ndellingwood/osx-ci-master
ndellingwood Apr 25, 2024
bac0b1a
Resolve vortex compilation issue by resolving (potentially) duplicate…
MalachiTimothyPhillips Apr 25, 2024
b87dc95
Changes to enable OneAPI usage with Trilinos build (#2185)
brian-kelley Apr 25, 2024
88ae8f1
Fix macOS docs build (#2190)
cwpearson May 2, 2024
2454f8d
GH-Actions: adding security actions and scorecard (#2192)
lucbv May 2, 2024
66ef193
Scorecard: adding manual dispatch and target default branch (#2195)
lucbv May 2, 2024
a5794bb
BsrMatrix: Fix HostMirror typedef (#2196)
jgfouca May 3, 2024
751939b
update changelog for 4.3.1
ndellingwood May 7, 2024
bf2c28f
Update CHANGELOG.md
brian-kelley May 7, 2024
cfc409c
docs.yml: change kokkos version to latest release
ndellingwood May 7, 2024
e0b83ea
Merge pull request #2199 from ndellingwood/update-docs-kokkos-version
ndellingwood May 7, 2024
dfacd72
Merge pull request #2198 from ndellingwood/update-changelog-4.3.01
ndellingwood May 8, 2024
d7dace1
Sparse - SpGEMM: labeling spgemm_symbolic in TPL layer a bit more cle…
lucbv May 9, 2024
3414c91
SpMV: Test NaN, fix NaN handling when beta=0 (#2188)
cwpearson May 22, 2024
6204151
Disable cuBLAS dot wrapper (#2206)
brian-kelley May 22, 2024
feb1f55
Fix spmv regressions (#2204)
brian-kelley May 22, 2024
4297e4a
c++17: add [[fallthrough]] attribute (#1493)
cwpearson May 23, 2024
2d913f8
Enable 3 at2 builds (#2210)
e10harvey May 23, 2024
f445b23
Bump ossf/scorecard-action from 2.0.6 to 2.3.3 (#2214)
dependabot[bot] May 28, 2024
90d5f89
Bump actions/upload-artifact from 3.1.3 to 4.3.3 (#2215)
dependabot[bot] May 28, 2024
9e419a8
Bump actions/dependency-review-action from 2.5.1 to 4.3.2 (#2217)
dependabot[bot] May 28, 2024
456d652
Bump step-security/harden-runner from 2.7.1 to 2.8.0 (#2218)
dependabot[bot] May 28, 2024
726375a
Bump github/codeql-action from 2.25.3 to 3.25.6 (#2216)
dependabot[bot] May 29, 2024
ee70433
Kokkos Kernels: initial security policy (#2220)
lucbv May 29, 2024
8dfcc19
Kokkos Kernels: adding SHA for github actions (#2221)
lucbv May 29, 2024
8abbc41
More dependencies fix (#2222)
lucbv May 30, 2024
38132f3
Fix Docker files (#2223)
lucbv May 30, 2024
f352a03
SPMV TPLs: improve profile region labels (#2219)
brian-kelley May 31, 2024
d2214e1
cusparse spgemm: provide non-null row-ptr (#2213)
cwpearson May 31, 2024
51906f1
Bump github/codeql-action from 3.25.6 to 3.25.7 (#2225)
dependabot[bot] Jun 3, 2024
32aa75a
Bump actions/checkout from 3.6.0 to 4.1.6 (#2226)
dependabot[bot] Jun 3, 2024
a7d02ca
README: adding link to scorecard (#2230)
lucbv Jun 5, 2024
a955b8b
spmv_mv wrappers for rocsparse (#2233)
brian-kelley Jun 7, 2024
354cc4b
Bump step-security/harden-runner from 2.8.0 to 2.8.1 (#2236)
dependabot[bot] Jun 10, 2024
ece1c69
Bump github/codeql-action from 3.25.7 to 3.25.8 (#2237)
dependabot[bot] Jun 10, 2024
d06924a
Bump actions/dependency-review-action from 4.3.2 to 4.3.3 (#2235)
dependabot[bot] Jun 10, 2024
1696b1c
Add testing for transpose corner cases (#2234)
brian-kelley Jun 10, 2024
2f26622
Graph: removing executable from repo (#2239)
lucbv Jun 11, 2024
e275401
Fix logic around merge path with TPLs (#2240)
brian-kelley Jun 11, 2024
efbf210
spgemm unit test: change matrix value distribution (#2241)
brian-kelley Jun 12, 2024
f400cc9
kokkoskernels_tpls.cmake: remove duplicates arguments when creating a…
ndellingwood Jun 12, 2024
e220db3
Sparse - BsrMatrix: adding new wiki example for documentation (#2228)
lucbv Jun 12, 2024
c53b5d5
Merge pull request #2244 from ndellingwood/issue-2238
ndellingwood Jun 13, 2024
3ad65b2
Sparse - CrsToBsr: fix type mismatch (#2242)
lucbv Jun 13, 2024
119eb18
Update rocsparse algo defaults (#2245)
brian-kelley Jun 13, 2024
774eff4
In deprecated spmv, fix Controls algorithm mapping (#2246)
brian-kelley Jun 13, 2024
b5e6fa9
Add batched serial tbsv (#2202)
yasahi-hpc Jun 17, 2024
49b1d46
Bump actions/checkout from 4.1.6 to 4.1.7 (#2248)
dependabot[bot] Jun 17, 2024
fe2a92f
Bump github/codeql-action from 3.25.8 to 3.25.10 (#2249)
dependabot[bot] Jun 17, 2024
819c40b
FindTPLROC*: updates to fix export of import targets
ndellingwood Jun 17, 2024
b91e258
Merge pull request #2250 from ndellingwood/rocmtpl-export-targets
ndellingwood Jun 18, 2024
47942bf
Fix warning about memcpy (#2252)
brian-kelley Jun 24, 2024
e9f7913
RCM fixes, improvements (#2254)
brian-kelley Jun 25, 2024
31be658
spgemm: add profiling regions to native implementations (#2253)
cwpearson Jun 25, 2024
bbfc3ff
sparse: replace macros with constexpr bools (#2260)
cwpearson Jun 28, 2024
41954e2
Rename `Impl::alignPtr` to `Impl::alignPtrTo`, allow it to infer argu…
cwpearson Jun 28, 2024
1df84bb
Bump github/codeql-action from 3.25.10 to 3.25.11 (#2263)
dependabot[bot] Jul 1, 2024
0a0c048
sparse: spadd_symbolic fences before device values used on host (#2259)
cwpearson Jul 1, 2024
cfcde67
sycl: use alternative `alignPtrTo` when SYCL is enabled (SpGEMM) (#2262)
cwpearson Jul 1, 2024
6d7e977
Help gcc/8.3 with ctad issue
ndellingwood Jul 2, 2024
40d7b82
Merge pull request #2265 from ndellingwood/issue-2264
ndellingwood Jul 3, 2024
8130cf9
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#2266)
dependabot[bot] Jul 8, 2024
48e941b
handle_t* -> unique_ptr<handle_t> in Bsr SpMV unit tests (#2269)
cwpearson Jul 9, 2024
e1cd832
Workarounds for removed cusparse functions (#2270)
brian-kelley Jul 9, 2024
ea430c3
BLAS - gemv: using fallback when mode is 't' or 'c' and onemkl is use…
lucbv Jul 10, 2024
994891a
Implement batched serial pttrf (#2256)
yasahi-hpc Jul 10, 2024
d310f1a
A little sptrsv cleanup before the main block effort (#2247)
jgfouca Jul 10, 2024
cb7a552
Sparse - SpMV: removing calls to unsuported oneapi - MKL functions (#…
lucbv Jul 11, 2024
aaa634b
Sycl gemv beta (#2276)
lucbv Jul 12, 2024
e7a4b07
Unify alignPtrTo implementation (#2275)
masterleinad Jul 12, 2024
3ce7adb
init (#2273)
blegouix Jul 12, 2024
c93b6dc
Bigger sptrsv cleanup (#2280)
jgfouca Jul 16, 2024
6e6d6df
Bump actions/dependency-review-action from 4.3.3 to 4.3.4 (#2279)
dependabot[bot] Jul 20, 2024
8ffebaa
Bump github/codeql-action from 3.25.11 to 3.25.12 (#2278)
dependabot[bot] Jul 20, 2024
985c3a9
Propose increasing column limit to 120. (#2255)
jgfouca Jul 20, 2024
cbf3448
A couple platforms do not correctly handle static complexes
jgfouca Jul 22, 2024
62c1fd7
Merge pull request #2285 from jgfouca/jgfouca/fix_complex_static
ndellingwood Jul 24, 2024
3842de4
.github/workflows: Auto trigger AT2 ci upon review (#2243)
e10harvey Jul 27, 2024
5d6b9e1
Bump github/codeql-action from 3.25.12 to 3.25.13 (#2284)
dependabot[bot] Jul 27, 2024
9b6dfaa
Bump step-security/harden-runner from 2.8.1 to 2.9.0 (#2283)
dependabot[bot] Jul 27, 2024
c5a5832
Add big reformat commits to ignore revs for blame (#2286)
jgfouca Jul 27, 2024
07db184
Bump github/codeql-action from 3.25.13 to 3.25.15 (#2288)
dependabot[bot] Jul 29, 2024
99cbb4a
Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#2287)
dependabot[bot] Jul 29, 2024
a231875
Sparse - coo2csr: deactivating test on PVC (#2290)
lucbv Jul 31, 2024
3d5e57a
cmake: add CMake language support for CUDA/HIP (#2173)
rbberger Aug 1, 2024
f437879
Make sure clang is using a newer GCC on weaver (#2289)
jgfouca Aug 1, 2024
4cf78e9
Set version number to 4.4.0
ndellingwood Aug 2, 2024
544d0b2
Revert "Changes to enable OneAPI usage with Trilinos build (#2185)"
ndellingwood Aug 7, 2024
dc76325
Merge pull request #2299 from ndellingwood/rc-4.4.00-revert-2185
ndellingwood Aug 7, 2024
021fbb9
Add support for BSRs to sptrsv (#2281)
jgfouca Aug 6, 2024
caea662
Some compilers throw shadow warnings in static functions (#2297)
jgfouca Aug 7, 2024
418e2fa
Merge pull request #2301 from ndellingwood/rc-4.4.00-cp-2281-2297
ndellingwood Aug 7, 2024
897baa3
Update changelog for 4.4.00
ndellingwood Aug 2, 2024
9692f3e
Remove SYCL GEMV update
lucbv Aug 5, 2024
c465f69
Add entry for #2281, remove #2185
ndellingwood Aug 7, 2024
c0cd484
docs.yaml: update kokkos version to 4.3.01
ndellingwood Aug 7, 2024
0bf191f
update min kokkos version to 4.3.01
ndellingwood Aug 7, 2024
f429451
apply clang-format
ndellingwood Aug 8, 2024
1b039e0
update yaml files to use kokkos v 4.3.01
ndellingwood Aug 8, 2024
8e442f5
github workflow: adding release workflow to have provenance for relea…
lucbv Aug 8, 2024
1145f52
Merge branch 'release-candidate-4.4.00' for 4.4.00
ndellingwood Aug 8, 2024
630a58d
update master_history.txt for 4.4.00
ndellingwood Aug 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ SortIncludes: false
AlignConsecutiveAssignments: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
ColumnLimit: 120
19 changes: 19 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Add formatting and other uninteresting commits here and
# 'git blame $file' will skip them IF
# A) you have it configured to do so globally (dangerous, this will break git blame on repos that don't have a .git-blame-ignore-revs file.
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs
# OR
# B) you have it configured to do so locally (tedious, you have to remember to do this in every KK clone)
# git config blame.ignoreRevsFile .git-blame-ignore-revs
# OR
# C) you have an aliased blame command for KokkosKernels:
# git config --global alias.kkblame 'blame --ignore-revs-file=.git-blame-ignore-revs'
# NOTE: this implies you run 'git kkblame $file'
# OR
# D) you explicitly tell blame to skip them
# git blame --ignore-revs-file=.git-blame-ignore-revs $file
#
# List skips here:
985c3a9e7343c2f612560024cae4d968f800c8ac
0ffb820881335beb0e78463c19988a0c61044705
14 changes: 14 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Supported Versions

Kokkos Kernels will issue vulnerability fixes in the develop branch of the project repository.
Typically a patch release will be issued shortly after a vulnerability is detected and fixed.
The project does not typically issue patch releases for older versions and if it happens, announcements will be made on our website and/or slack channel.

## Reporting a Vulnerability

To report a security issue, please email lberge@sandia.gov and srajama@sandia.gov with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.
Our vulnerability management team will respond within 5 working days of your email.
If the issue is confirmed as a vulnerability, we will open a Security Advisory.
This project follows a 90 day disclosure timeline.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

- package-ecosystem: pip
directory: /docs
schedule:
interval: weekly
Loading
Loading