{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":33634359,"defaultBranch":"develop","name":"kokkos","ownerLogin":"kokkos","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-08T21:55:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10199860?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717539187.0","currentOid":""},"activityList":{"items":[{"before":"362c9d724c1ebc121ea66e3d233682eb05a2c762","after":"04f6a4f5e487be3581ed23d9442f9fae802a23f0","ref":"refs/heads/develop","pushedAt":"2024-06-20T04:00:50.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7083 from crtrott/add-missing-include\n\nComplex needs a tuple include","shortMessageHtmlLink":"Merge pull request #7083 from crtrott/add-missing-include"}},{"before":"1e14d047ce0d8b65dba3d95a546def86015a0fce","after":"362c9d724c1ebc121ea66e3d233682eb05a2c762","ref":"refs/heads/develop","pushedAt":"2024-06-19T21:24:53.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7074 from crtrott/space-aware-accessor\n\nSpaceAwareAccessor","shortMessageHtmlLink":"Merge pull request #7074 from crtrott/space-aware-accessor"}},{"before":"708abe21a7e9759cf52560d076e48b4b4562ec29","after":"1e14d047ce0d8b65dba3d95a546def86015a0fce","ref":"refs/heads/develop","pushedAt":"2024-06-19T18:17:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"fix refcount exception safety (#6289)\n\nAddresses issue #6289","shortMessageHtmlLink":"fix refcount exception safety (#6289)"}},{"before":"2678194c7316891da778d249c0243c5617c021ff","after":"708abe21a7e9759cf52560d076e48b4b4562ec29","ref":"refs/heads/develop","pushedAt":"2024-06-19T13:33:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dalg24","name":"Damien L-G","path":"/dalg24","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/296978?s=80&v=4"},"commit":{"message":"Move `layout_iterate_type_selector` into Impl namespace (#7076)\n\n* Move `layout_iterate_type_selector` into Impl namespace\r\n\r\n - Address issue #6923\r\n - Copied the `layout_iterate_type_selector` into the Impl namespace\r\n - Deprecated the `layout_iterate_type_selector` in parent namespace\r\n\r\n* Wrap deprecated layout_iterate_type_selector in appropriate #ifdef\r\n\r\n* Used alias instead of duplicated code to remove warnings\r\n\r\n* Drop unnecessary comment\r\n\r\n---------\r\n\r\nCo-authored-by: Damien L-G ","shortMessageHtmlLink":"Move layout_iterate_type_selector into Impl namespace (#7076)"}},{"before":"3d27bf596c2ecf985f811d7e71b073c6ecc40d01","after":"2678194c7316891da778d249c0243c5617c021ff","ref":"refs/heads/develop","pushedAt":"2024-06-19T04:43:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dalg24","name":"Damien L-G","path":"/dalg24","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/296978?s=80&v=4"},"commit":{"message":"Structured binding support for Kokkos::complex (#7040)\n\n* Added structured binding support to Kokkos::complex, as per P2819R2\r\n\r\n* Fix clang-format issues\r\n\r\n* In complex_get, Fix for compilers that need a return in the impossible situation\r\nwhere I >= 2\r\n\r\n* Workaround for VS16 not liking casting to r-value reference to const\r\n\r\n* Changed the comment on P2819 to clearly state that\r\nthe WG21 paper has been voted into the draft for C++26\r\n\r\n* Changed static_cast(z) to\r\nstd::forward(z)\r\n\r\n* Changed complex structured bindings test to be performed on the device\r\n\r\n* Removed original complex structured bindings test\r\nFixed d_results complex structured bindings test\r\n\r\n* Reworked complex structured bindings device test to get around various\r\ncompiler issues\r\n\r\n* Fixed complex structured binding tests to check host (and not device)\r\nresults on the host\r\n\r\n* Reworked to make complex::get non-hidden friends\r\n\r\n* Cleanup\r\n\r\n* Changed the return type tests for get(complex) to workaround\r\na CUDA 11.6 issue where is_same_v is making a host call from\r\na device function even though it is an unevaluated context.\r\n\r\n* Moved the get() return reference type checks into a function to get\r\naround an issue with icpc and static inline class variables.\r\n\r\n* Removed friend get() functions.\r\nRemoved static helper function get_ref().\r\nRemoved forward declarations of get() functions.\r\nAdded two friend get() declarations (not definitions as to avoid hidden\r\nfriends) that are an exact match to the free functions (two template\r\nparameters), as there is no public interface to get const l/r value references\r\nto re_ and im_ (real() and imag() are specified to return by value in\r\nthe case of const references).\r\nAn alternative to friendship would be to use const_cast inside the get()\r\nmethods taking const r/l value references, but I'd rather\r\nnot cast unless strictly necessary.","shortMessageHtmlLink":"Structured binding support for Kokkos::complex (#7040)"}},{"before":"3418084eaf01cb417a77da59f2974a6341318ea3","after":"3d27bf596c2ecf985f811d7e71b073c6ecc40d01","ref":"refs/heads/develop","pushedAt":"2024-06-18T21:50:30.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7077 from crtrott/fix-dynamic-extent-definition\n\nFix incompatible dynamic_extent definition in Kokkos","shortMessageHtmlLink":"Merge pull request #7077 from crtrott/fix-dynamic-extent-definition"}},{"before":"549858227d6d59f4c2f4cbb9e6617fcef1cca42a","after":"3418084eaf01cb417a77da59f2974a6341318ea3","ref":"refs/heads/develop","pushedAt":"2024-06-18T21:03:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"OpenACC: Skip exec_space_thread_safety_range_scan (#7022)\n\n* skip exec_space_thread_safety_range_scan\r\n* skip exec_space_thread_safety_range","shortMessageHtmlLink":"OpenACC: Skip exec_space_thread_safety_range_scan (#7022)"}},{"before":"0d5cc923a7bfb1d1149a9064473e906afe246077","after":"549858227d6d59f4c2f4cbb9e6617fcef1cca42a","ref":"refs/heads/develop","pushedAt":"2024-06-18T19:48:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Fix using shared libraries and -fvisibility=hidden (#7065)\n\n* Test with shared libraries and VISIBILITY_INLINES_HIDDEN and CXX_VISIBILITY_PRESET\r\n* Avoid inline static members in CudaInternal and HIP","shortMessageHtmlLink":"Fix using shared libraries and -fvisibility=hidden (#7065)"}},{"before":"892e13c8c49fa9d4ef9f8dcb69f90d525a6baa58","after":"0d5cc923a7bfb1d1149a9064473e906afe246077","ref":"refs/heads/develop","pushedAt":"2024-06-17T22:57:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Enable MDSPAN support by default (#7069)\n\nAlso updates mdspan to 6f20467 and fix a namespace issue thingy.","shortMessageHtmlLink":"Enable MDSPAN support by default (#7069)"}},{"before":"b967b10122ca41b8bbe3e68be23db5a72b8f7620","after":"892e13c8c49fa9d4ef9f8dcb69f90d525a6baa58","ref":"refs/heads/develop","pushedAt":"2024-06-14T15:17:50.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7062 from masterleinad/use_find_cudatoolkit\n\nFix using CUDAToolkit for CMake 3.28.4 and higher","shortMessageHtmlLink":"Merge pull request #7062 from masterleinad/use_find_cudatoolkit"}},{"before":"d54619970c051fcb82ed0a9eab29975998baf832","after":"b967b10122ca41b8bbe3e68be23db5a72b8f7620","ref":"refs/heads/develop","pushedAt":"2024-06-14T15:11:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7072 from ndellingwood/issue-7071\n\nWorkaround icpc \"missing return statement at end of non-void function\"","shortMessageHtmlLink":"Merge pull request #7072 from ndellingwood/issue-7071"}},{"before":"f96df0277e8047114979a6669cfaab050abe586f","after":"d54619970c051fcb82ed0a9eab29975998baf832","ref":"refs/heads/develop","pushedAt":"2024-06-13T20:05:20.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7068 from masterleinad/fix_msvc_cuda\n\nWork around MSVC+Cuda CI failure","shortMessageHtmlLink":"Merge pull request #7068 from masterleinad/fix_msvc_cuda"}},{"before":"043f87304529849a9cd14ff20acf15457cf9b4fb","after":"f96df0277e8047114979a6669cfaab050abe586f","ref":"refs/heads/develop","pushedAt":"2024-06-13T17:11:29.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7070 from masterleinad/fix_mdspan_test\n\nFix mdspan test for conversion to different mdspan type","shortMessageHtmlLink":"Merge pull request #7070 from masterleinad/fix_mdspan_test"}},{"before":"660136f5d0f7fb9693980b3a7901dc392df86353","after":"043f87304529849a9cd14ff20acf15457cf9b4fb","ref":"refs/heads/develop","pushedAt":"2024-06-12T18:02:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Switch to using functors in sort_by_key_via_sort (#7059)\n\n* Add test for #7036\r\n\r\n* Switch to using functors inside function with variadic templates\r\n\r\nOtherwise, get errors like\r\nimpl/Kokkos_SortByKeyImpl.hpp:210:578: error: could not convert\r\n ‘& sort_by_key_via_sort’\r\n from ‘’\r\n to ‘void (*)(const Kokkos::Serial&, const Kokkos::View&, const Kokkos::View&)’\r\n 210 | Kokkos::parallel_for(\r\n\r\n* Update comment","shortMessageHtmlLink":"Switch to using functors in sort_by_key_via_sort (#7059)"}},{"before":"00b4e7fe2a29909ad476b4989597e739f2e73f7b","after":"660136f5d0f7fb9693980b3a7901dc392df86353","ref":"refs/heads/develop","pushedAt":"2024-06-12T18:00:11.000Z","pushType":"pr_merge","commitsCount":13,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7021 from masterleinad/use_werror_for_cuda\n\nCuda: Fix nvcc warnings","shortMessageHtmlLink":"Merge pull request #7021 from masterleinad/use_werror_for_cuda"}},{"before":"0a5fac076f6352fbca7a0b2dc84de555255042ef","after":"00b4e7fe2a29909ad476b4989597e739f2e73f7b","ref":"refs/heads/develop","pushedAt":"2024-06-12T17:51:34.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7063 from masterleinad/restrict_to_array_subtest\n\nRestrict to_array subtest to NVCC >= 11.4.0","shortMessageHtmlLink":"Merge pull request #7063 from masterleinad/restrict_to_array_subtest"}},{"before":"63f05204d0eaeec83e25f87eeb8025a188683f92","after":"0a5fac076f6352fbca7a0b2dc84de555255042ef","ref":"refs/heads/develop","pushedAt":"2024-06-12T17:49:27.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7066 from Rombur/rocm_61\n\n[ci skip] Use ROCM 6.1 in the nightly CI and disable one test","shortMessageHtmlLink":"Merge pull request #7066 from Rombur/rocm_61"}},{"before":"f0a7c764aa1ae7af1d8db734eeca128cdb0f88e7","after":"63f05204d0eaeec83e25f87eeb8025a188683f92","ref":"refs/heads/develop","pushedAt":"2024-06-05T17:57:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7058 from cedricchevalier19/bump-version-readme\n\nBump version in the readme","shortMessageHtmlLink":"Merge pull request #7058 from cedricchevalier19/bump-version-readme"}},{"before":"5269803ebe0084d5d95a7b5dfaf3c215ade9d440","after":null,"ref":"refs/heads/dependabot/github_actions/DoozyX/clang-format-lint-action-0.17","pushedAt":"2024-06-04T22:13:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"}},{"before":"517f48a4bf45515de2d18ad95f41e7cc6387fc85","after":"f0a7c764aa1ae7af1d8db734eeca128cdb0f88e7","ref":"refs/heads/develop","pushedAt":"2024-06-04T22:13:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7057 from kokkos/dependabot/github_actions/DoozyX/clang-format-lint-action-0.17\n\nBump DoozyX/clang-format-lint-action from 0.16.2 to 0.17","shortMessageHtmlLink":"Merge pull request #7057 from kokkos/dependabot/github_actions/DoozyX…"}},{"before":"e7ddeee498379209b0840c47ef4129a0d1414848","after":null,"ref":"refs/heads/dependabot/github_actions/Jimver/cuda-toolkit-0.2.15","pushedAt":"2024-06-04T19:33:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"8e0d4a9234f676664346ce47b88c9b85a02c7354","after":"517f48a4bf45515de2d18ad95f41e7cc6387fc85","ref":"refs/heads/develop","pushedAt":"2024-06-04T19:32:59.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7056 from kokkos/dependabot/github_actions/Jimver/cuda-toolkit-0.2.15\n\nBump Jimver/cuda-toolkit from 0.2.14 to 0.2.15","shortMessageHtmlLink":"Merge pull request #7056 from kokkos/dependabot/github_actions/Jimver…"}},{"before":null,"after":"5269803ebe0084d5d95a7b5dfaf3c215ade9d440","ref":"refs/heads/dependabot/github_actions/DoozyX/clang-format-lint-action-0.17","pushedAt":"2024-06-04T16:25:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump DoozyX/clang-format-lint-action from 0.16.2 to 0.17\n\nBumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.16.2 to 0.17.\n- [Release notes](https://github.com/doozyx/clang-format-lint-action/releases)\n- [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.16.2...v0.17)\n\n---\nupdated-dependencies:\n- dependency-name: DoozyX/clang-format-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump DoozyX/clang-format-lint-action from 0.16.2 to 0.17"}},{"before":null,"after":"e7ddeee498379209b0840c47ef4129a0d1414848","ref":"refs/heads/dependabot/github_actions/Jimver/cuda-toolkit-0.2.15","pushedAt":"2024-06-04T16:25:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump Jimver/cuda-toolkit from 0.2.14 to 0.2.15\n\nBumps [Jimver/cuda-toolkit](https://github.com/jimver/cuda-toolkit) from 0.2.14 to 0.2.15.\n- [Release notes](https://github.com/jimver/cuda-toolkit/releases)\n- [Commits](https://github.com/jimver/cuda-toolkit/compare/v0.2.14...v0.2.15)\n\n---\nupdated-dependencies:\n- dependency-name: Jimver/cuda-toolkit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump Jimver/cuda-toolkit from 0.2.14 to 0.2.15"}},{"before":"fad664c8f5cd91fc0dbd9a3f41c80ea23e3f8533","after":"8e0d4a9234f676664346ce47b88c9b85a02c7354","ref":"refs/heads/develop","pushedAt":"2024-06-04T16:22:52.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7055 from masterleinad/move_dependabot\n\nMove dependabot to .github","shortMessageHtmlLink":"Merge pull request #7055 from masterleinad/move_dependabot"}},{"before":"f53f905ec6ae78db5e9fa0a87783c9d9d5cbb896","after":"fad664c8f5cd91fc0dbd9a3f41c80ea23e3f8533","ref":"refs/heads/develop","pushedAt":"2024-06-04T11:00:23.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dalg24","name":"Damien L-G","path":"/dalg24","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/296978?s=80&v=4"},"commit":{"message":"Merge pull request #7051 from tpadioleau/fix-unused-symbols-ctad-tests\n\nFix unused symbols in CTAD tests","shortMessageHtmlLink":"Merge pull request #7051 from tpadioleau/fix-unused-symbols-ctad-tests"}},{"before":"1f602905c41fc2a5eafec6e6daf9398fa6559386","after":"f53f905ec6ae78db5e9fa0a87783c9d9d5cbb896","ref":"refs/heads/develop","pushedAt":"2024-06-04T03:22:08.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7054 from masterleinad/update_scorecard\n\nUpdate scorecard GitHub workflow","shortMessageHtmlLink":"Merge pull request #7054 from masterleinad/update_scorecard"}},{"before":"63a3cef186bb6b1e68007c4fb24f59a86b44fc4c","after":"1f602905c41fc2a5eafec6e6daf9398fa6559386","ref":"refs/heads/develop","pushedAt":"2024-06-01T00:29:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Add nightly CI on Frontier (#7048)\n\n* Add CI on Frontier\r\n\r\n* Address reviewers' comments","shortMessageHtmlLink":"Add nightly CI on Frontier (#7048)"}},{"before":"9f1cc4c97b0442dc5b6565ac1fda644cf7811b12","after":"63a3cef186bb6b1e68007c4fb24f59a86b44fc4c","ref":"refs/heads/develop","pushedAt":"2024-05-31T17:26:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Introduce `KOKKOS_DEDUCTION_GUIDE` macro to allow user-defined deduction guide in device code for clang compiler (#6954)\n\n* Add device CTAD tests\r\n\r\n* Fix user-defined deduction guide in device code\r\n\r\n* Use Kokkos macro\r\n\r\nCo-authored-by: Damien L-G \r\n\r\n* Disable CTAD reducer test for OpenMPTarget\r\n\r\n* Revert to_ _clang__ macro\r\n\r\n* Remove inner parallel_reduce\r\n\r\n* Add deduction guide annotations for nvcc\r\n\r\n---------\r\n\r\nCo-authored-by: Damien L-G ","shortMessageHtmlLink":"Introduce KOKKOS_DEDUCTION_GUIDE macro to allow user-defined deduct…"}},{"before":"669746ef8278cda59f7ba7d1605946f93d6fe7c4","after":"9f1cc4c97b0442dc5b6565ac1fda644cf7811b12","ref":"refs/heads/develop","pushedAt":"2024-05-31T16:53:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"crtrott","name":"Christian Trott","path":"/crtrott","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9490481?s=80&v=4"},"commit":{"message":"Merge pull request #7046 from masterleinad/add_dependabot\n\nAdd dependabot for GitHub Actions","shortMessageHtmlLink":"Merge pull request #7046 from masterleinad/add_dependabot"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEah-9CQA","startCursor":null,"endCursor":null}},"title":"Activity · kokkos/kokkos"}