{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":176359532,"defaultBranch":"develop","name":"rocThrust","ownerLogin":"ROCm","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-18T19:55:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21157610?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727119713.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"6f47412b99e64a1d4681d9e0312132e4ad6042ec","ref":"refs/heads/docs/6.2.2","pushedAt":"2024-09-23T19:28:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pbhandar-amd","name":null,"path":"/pbhandar-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138039281?s=80&v=4"},"commit":{"message":"Merge pull request #445 from amd-jnovotny/api-link-fix-rocmrel62\n\nCherry pick to rocm-rel-6.2: Fix broken link in API","shortMessageHtmlLink":"Merge pull request #445 from amd-jnovotny/api-link-fix-rocmrel62"}},{"before":"04ed7126a73c8274dec910d61b3757a6d0cc1c33","after":"05c6042fa11b6dceb5a72eabf4a8aed0241662ba","ref":"refs/heads/mainline","pushedAt":"2024-09-23T17:20:30.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ROCmMathLibrariesBot","name":null,"path":"/ROCmMathLibrariesBot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73358544?s=80&v=4"},"commit":{"message":"Remove website reference (#460)\n\nRemoved the link to more information from the CRC algorithm comments.","shortMessageHtmlLink":"Remove website reference (#460)"}},{"before":"2d9952fe82b7fc6e28f150f2428f4dc0dee2c8a6","after":"4aae47136ef80aefb494b8affb6688ee876f8c12","ref":"refs/heads/staging","pushedAt":"2024-09-19T20:00:50.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"ROCmMathLibrariesBot","name":null,"path":"/ROCmMathLibrariesBot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73358544?s=80&v=4"},"commit":{"message":"Mergeback 6.3 changes (#463)\n\n* Remove Thrust comments referencing website (#451)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Specify minimum version for Google benchmark (#450)\r\n\r\n* Remove Thrust comments referencing website (#447)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Bump rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx (#448)\r\n\r\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.2 to 1.7.1.\r\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\r\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\r\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.6.2...v1.7.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rocm-docs-core\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Specify minimum version for Google benchmark\r\n\r\nPass a minimum version to find_package to prevent it from using\r\noutdated versions of Google benchmark that may be present on\r\nthe system.\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Temporarily disable scan tests, re-enable tests on gfx11xx (#449)\r\n\r\n* Remove Thrust comments referencing website (#447)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Temporarily disable scan tests, re-enable tests on gfx11xx\r\n\r\nRemove code that excludes gfx11xx tests on Jenkins, since they work there now.\r\nAdd a temporary exclusion for test_thrust_scan, which needs a compiler fix.\r\n\r\n* Remove website URL from comments (#456)\r\n\r\nReferencing or using code from some websites is prohibited in this repository.\r\nThis change removes an informational reference in the comments.\r\n\r\n* Add checks around some platform-specific benchmark code (#455)\r\n\r\nThere were two spots in the new benchmark code that were causing compile-time\r\nissues on some Windows systems. This change adds a check to make sure we have\r\n128-bit integer support before using int128_t in generation_utils.hpp.\r\nIt also avoids calling clock_gettime on Windows, since it seems\r\nto be causing build issues there. Instead, I've restored the old Windows timing\r\ncode from PR #431, which uses QueryPerformanceFrequency/Counter instead.\r\n\r\n* Add gfx1151 build target (#457) (#459)\r\n\r\n* Add gfx1151 target\r\n\r\n* Revert \"Add gfx1151 target\"\r\n\r\nThis reverts commit 5889238d5e754f79fbb9d353b0bf4def528cfc78.\r\n\r\n* Add gfx1151 target while preserving address sanitizer targets\r\n\r\n---------\r\n\r\nCo-authored-by: Stanley Tsang \r\n\r\n* Remove website reference (#460)\r\n\r\nRemoved the link to more information from the CRC algorithm comments.\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: amd-garydeng \r\nCo-authored-by: Stanley Tsang ","shortMessageHtmlLink":"Mergeback 6.3 changes (#463)"}},{"before":"4c45ad31cb71b9f083750b000e69ebb26e943de6","after":"4aae47136ef80aefb494b8affb6688ee876f8c12","ref":"refs/heads/develop","pushedAt":"2024-09-19T12:46:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"umfranzw","name":"Wayne Franz","path":"/umfranzw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/212066?s=80&v=4"},"commit":{"message":"Mergeback 6.3 changes (#463)\n\n* Remove Thrust comments referencing website (#451)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Specify minimum version for Google benchmark (#450)\r\n\r\n* Remove Thrust comments referencing website (#447)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Bump rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx (#448)\r\n\r\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.2 to 1.7.1.\r\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\r\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\r\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.6.2...v1.7.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rocm-docs-core\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Specify minimum version for Google benchmark\r\n\r\nPass a minimum version to find_package to prevent it from using\r\noutdated versions of Google benchmark that may be present on\r\nthe system.\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Temporarily disable scan tests, re-enable tests on gfx11xx (#449)\r\n\r\n* Remove Thrust comments referencing website (#447)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Temporarily disable scan tests, re-enable tests on gfx11xx\r\n\r\nRemove code that excludes gfx11xx tests on Jenkins, since they work there now.\r\nAdd a temporary exclusion for test_thrust_scan, which needs a compiler fix.\r\n\r\n* Remove website URL from comments (#456)\r\n\r\nReferencing or using code from some websites is prohibited in this repository.\r\nThis change removes an informational reference in the comments.\r\n\r\n* Add checks around some platform-specific benchmark code (#455)\r\n\r\nThere were two spots in the new benchmark code that were causing compile-time\r\nissues on some Windows systems. This change adds a check to make sure we have\r\n128-bit integer support before using int128_t in generation_utils.hpp.\r\nIt also avoids calling clock_gettime on Windows, since it seems\r\nto be causing build issues there. Instead, I've restored the old Windows timing\r\ncode from PR #431, which uses QueryPerformanceFrequency/Counter instead.\r\n\r\n* Add gfx1151 build target (#457) (#459)\r\n\r\n* Add gfx1151 target\r\n\r\n* Revert \"Add gfx1151 target\"\r\n\r\nThis reverts commit 5889238d5e754f79fbb9d353b0bf4def528cfc78.\r\n\r\n* Add gfx1151 target while preserving address sanitizer targets\r\n\r\n---------\r\n\r\nCo-authored-by: Stanley Tsang \r\n\r\n* Remove website reference (#460)\r\n\r\nRemoved the link to more information from the CRC algorithm comments.\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: amd-garydeng \r\nCo-authored-by: Stanley Tsang ","shortMessageHtmlLink":"Mergeback 6.3 changes (#463)"}},{"before":"0eb031a1c214083c2e98abe02fdf68e194f467b7","after":null,"ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.8.0","pushedAt":"2024-09-18T06:56:12.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":null,"after":"f22fcee28417acdeeda39162ab634ab18944775e","ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.8.1","pushedAt":"2024-09-18T06:56:07.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 rocm-docs-core from 1.7.1 to 1.8.1 in /docs/sphinx\n\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.7.1 to 1.8.1.\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.8.1/CHANGELOG.md)\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.7.1...v1.8.1)\n\n---\nupdated-dependencies:\n- dependency-name: rocm-docs-core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rocm-docs-core from 1.7.1 to 1.8.1 in /docs/sphinx"}},{"before":"a9be3950628ed639d24ea9047e3d471ae8c78902","after":null,"ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.7.2","pushedAt":"2024-09-17T06:52:45.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":null,"after":"0eb031a1c214083c2e98abe02fdf68e194f467b7","ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.8.0","pushedAt":"2024-09-17T06:52:40.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 rocm-docs-core from 1.7.1 to 1.8.0 in /docs/sphinx\n\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.7.1 to 1.8.0.\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.7.1...v1.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: rocm-docs-core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rocm-docs-core from 1.7.1 to 1.8.0 in /docs/sphinx"}},{"before":"b94a1c1cc8822142b4ae434313d312f38f1b78c6","after":"05c6042fa11b6dceb5a72eabf4a8aed0241662ba","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-09-11T21:06:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"umfranzw","name":"Wayne Franz","path":"/umfranzw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/212066?s=80&v=4"},"commit":{"message":"Remove website reference (#460)\n\nRemoved the link to more information from the CRC algorithm comments.","shortMessageHtmlLink":"Remove website reference (#460)"}},{"before":null,"after":"060888f596a054d72ad72ba047716c1315d05485","ref":"refs/heads/lwrubles/dependency-parameter","pushedAt":"2024-09-11T18:25:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lawruble13","name":"Lauren Wrubleski","path":"/lawruble13","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8944431?s=80&v=4"},"commit":{"message":"Add parameter to specify rocPRIM branch to use","shortMessageHtmlLink":"Add parameter to specify rocPRIM branch to use"}},{"before":"765ae411917d0fd992d9ca5dd81f913909facacf","after":null,"ref":"refs/heads/dependabot/pip/docs/sphinx/cryptography-43.0.1","pushedAt":"2024-09-06T20:29:06.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":"4b21235dca263667b44f2d30898cda7f15f82beb","after":"4c45ad31cb71b9f083750b000e69ebb26e943de6","ref":"refs/heads/develop","pushedAt":"2024-09-06T20:28:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samjwu","name":"Sam Wu","path":"/samjwu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22262939?s=80&v=4"},"commit":{"message":"Bump cryptography from 42.0.8 to 43.0.1 in /docs/sphinx (#458)\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.\r\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\r\n- [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: cryptography\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump cryptography from 42.0.8 to 43.0.1 in /docs/sphinx (#458)"}},{"before":"8e4003a6b12b659b4cbcff22f7f7bc64607f9e68","after":"b94a1c1cc8822142b4ae434313d312f38f1b78c6","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-09-05T21:19:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stanleytsang-amd","name":"Stanley Tsang","path":"/stanleytsang-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44450765?s=80&v=4"},"commit":{"message":"Add gfx1151 build target (#457) (#459)\n\n* Add gfx1151 target\r\n\r\n* Revert \"Add gfx1151 target\"\r\n\r\nThis reverts commit 5889238d5e754f79fbb9d353b0bf4def528cfc78.\r\n\r\n* Add gfx1151 target while preserving address sanitizer targets\r\n\r\n---------\r\n\r\nCo-authored-by: Stanley Tsang ","shortMessageHtmlLink":"Add gfx1151 build target (#457) (#459)"}},{"before":"610da5051b994a86ece33a7089044e46b2ebf650","after":"04ed7126a73c8274dec910d61b3757a6d0cc1c33","ref":"refs/heads/mainline","pushedAt":"2024-09-05T01:10:07.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"ROCmMathLibrariesBot","name":null,"path":"/ROCmMathLibrariesBot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73358544?s=80&v=4"},"commit":{"message":"Remove website URL from comments (#456)\n\nReferencing or using code from some websites is prohibited in this repository.\r\nThis change removes an informational reference in the comments.","shortMessageHtmlLink":"Remove website URL from comments (#456)"}},{"before":"04ed7126a73c8274dec910d61b3757a6d0cc1c33","after":"8e4003a6b12b659b4cbcff22f7f7bc64607f9e68","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-09-04T21:03:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"umfranzw","name":"Wayne Franz","path":"/umfranzw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/212066?s=80&v=4"},"commit":{"message":"Add checks around some platform-specific benchmark code (#455)\n\nThere were two spots in the new benchmark code that were causing compile-time\r\nissues on some Windows systems. This change adds a check to make sure we have\r\n128-bit integer support before using int128_t in generation_utils.hpp.\r\nIt also avoids calling clock_gettime on Windows, since it seems\r\nto be causing build issues there. Instead, I've restored the old Windows timing\r\ncode from PR #431, which uses QueryPerformanceFrequency/Counter instead.","shortMessageHtmlLink":"Add checks around some platform-specific benchmark code (#455)"}},{"before":"f0d780644fc5c3afd3762e48eb3abbf9dc62e5ec","after":"4b21235dca263667b44f2d30898cda7f15f82beb","ref":"refs/heads/develop","pushedAt":"2024-09-04T20:54:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stanleytsang-amd","name":"Stanley Tsang","path":"/stanleytsang-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44450765?s=80&v=4"},"commit":{"message":"Add gfx1151 build target (#457)\n\n* Add gfx1151 target\r\n\r\n* Revert \"Add gfx1151 target\"\r\n\r\nThis reverts commit 5889238d5e754f79fbb9d353b0bf4def528cfc78.\r\n\r\n* Add gfx1151 target while preserving address sanitizer targets\r\n\r\n---------\r\n\r\nCo-authored-by: Deng ","shortMessageHtmlLink":"Add gfx1151 build target (#457)"}},{"before":null,"after":"765ae411917d0fd992d9ca5dd81f913909facacf","ref":"refs/heads/dependabot/pip/docs/sphinx/cryptography-43.0.1","pushedAt":"2024-09-04T00:26:42.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 cryptography from 42.0.8 to 43.0.1 in /docs/sphinx\n\nBumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump cryptography from 42.0.8 to 43.0.1 in /docs/sphinx"}},{"before":null,"after":"610da5051b994a86ece33a7089044e46b2ebf650","ref":"refs/heads/release/rocm-rel-6.3.0.1","pushedAt":"2024-09-03T16:28:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rocm-ci","name":"ROCm CI Service Account","path":"/rocm-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66695075?s=80&v=4"},"commit":{"message":"Merge pull request #409 from NguyenNhuDi/develop\n\nFixed FileNotFound error when passing path to --install_dir while running rtest.py on windows","shortMessageHtmlLink":"Merge pull request #409 from NguyenNhuDi/develop"}},{"before":"769c779161c0af0fa098155480d1230f78b8799b","after":"04ed7126a73c8274dec910d61b3757a6d0cc1c33","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-08-30T02:52:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"umfranzw","name":"Wayne Franz","path":"/umfranzw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/212066?s=80&v=4"},"commit":{"message":"Remove website URL from comments (#456)\n\nReferencing or using code from some websites is prohibited in this repository.\r\nThis change removes an informational reference in the comments.","shortMessageHtmlLink":"Remove website URL from comments (#456)"}},{"before":null,"after":"a9be3950628ed639d24ea9047e3d471ae8c78902","ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.7.2","pushedAt":"2024-08-22T06:43:20.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 rocm-docs-core from 1.7.1 to 1.7.2 in /docs/sphinx\n\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.7.1 to 1.7.2.\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.7.1...v1.7.2)\n\n---\nupdated-dependencies:\n- dependency-name: rocm-docs-core\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rocm-docs-core from 1.7.1 to 1.7.2 in /docs/sphinx"}},{"before":"cdbbfc286527669e3e6dfe4a861f2603053be9e6","after":"769c779161c0af0fa098155480d1230f78b8799b","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-08-22T02:31:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stanleytsang-amd","name":"Stanley Tsang","path":"/stanleytsang-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44450765?s=80&v=4"},"commit":{"message":"Temporarily disable scan tests, re-enable tests on gfx11xx (#449)\n\n* Remove Thrust comments referencing website (#447)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Temporarily disable scan tests, re-enable tests on gfx11xx\r\n\r\nRemove code that excludes gfx11xx tests on Jenkins, since they work there now.\r\nAdd a temporary exclusion for test_thrust_scan, which needs a compiler fix.","shortMessageHtmlLink":"Temporarily disable scan tests, re-enable tests on gfx11xx (#449)"}},{"before":"fe6e771e29c58b142b2f02a460fb03f045c05d42","after":"cdbbfc286527669e3e6dfe4a861f2603053be9e6","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-08-22T02:30:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stanleytsang-amd","name":"Stanley Tsang","path":"/stanleytsang-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44450765?s=80&v=4"},"commit":{"message":"Specify minimum version for Google benchmark (#450)\n\n* Remove Thrust comments referencing website (#447)\r\n\r\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.\r\n\r\n* Bump rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx (#448)\r\n\r\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.2 to 1.7.1.\r\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\r\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\r\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.6.2...v1.7.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rocm-docs-core\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\n\r\n* Specify minimum version for Google benchmark\r\n\r\nPass a minimum version to find_package to prevent it from using\r\noutdated versions of Google benchmark that may be present on\r\nthe system.\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Specify minimum version for Google benchmark (#450)"}},{"before":"675265bd9563cd9f0209698bed433b6e5636a0e7","after":"f0d780644fc5c3afd3762e48eb3abbf9dc62e5ec","ref":"refs/heads/develop","pushedAt":"2024-08-21T19:30:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samjwu","name":"Sam Wu","path":"/samjwu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22262939?s=80&v=4"},"commit":{"message":"Use rocm-docs-core as extension (#440)\n\n* Use rocm-docs-core as extension\r\n\r\n* Remove doxylink extension\r\n\r\n* Disable doxysphinx","shortMessageHtmlLink":"Use rocm-docs-core as extension (#440)"}},{"before":"2d9952fe82b7fc6e28f150f2428f4dc0dee2c8a6","after":"fe6e771e29c58b142b2f02a460fb03f045c05d42","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-08-21T18:31:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"umfranzw","name":"Wayne Franz","path":"/umfranzw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/212066?s=80&v=4"},"commit":{"message":"Remove Thrust comments referencing website (#451)\n\nReferencing or using code from some websites is prohibited in rocThrust.\r\nSome comments with these kinds of references were recently added by\r\nThrust, and then when we updated the API, were brought into rocThrust.\r\nThis change removes the references in the comments.","shortMessageHtmlLink":"Remove Thrust comments referencing website (#451)"}},{"before":"d235e6dd948a61cc9b2808fcebdee1cea1ef0fac","after":null,"ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.7.1","pushedAt":"2024-08-20T19:03:19.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":"de96fa8337676dd0a842618e1d37f2192e913404","after":"675265bd9563cd9f0209698bed433b6e5636a0e7","ref":"refs/heads/develop","pushedAt":"2024-08-20T19:03:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samjwu","name":"Sam Wu","path":"/samjwu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22262939?s=80&v=4"},"commit":{"message":"Bump rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx (#448)\n\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.2 to 1.7.1.\r\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\r\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\r\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.6.2...v1.7.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: rocm-docs-core\r\n dependency-type: direct:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx (#448)"}},{"before":"863837d7f9e7b38e7dc87f13fd4c451c0582113f","after":null,"ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.7.0","pushedAt":"2024-08-20T06:11:06.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":null,"after":"d235e6dd948a61cc9b2808fcebdee1cea1ef0fac","ref":"refs/heads/dependabot/pip/docs/sphinx/rocm-docs-core-1.7.1","pushedAt":"2024-08-20T06:11:02.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 rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx\n\nBumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.6.2 to 1.7.1.\n- [Release notes](https://github.com/ROCm/rocm-docs-core/releases)\n- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)\n- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.6.2...v1.7.1)\n\n---\nupdated-dependencies:\n- dependency-name: rocm-docs-core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rocm-docs-core from 1.6.2 to 1.7.1 in /docs/sphinx"}},{"before":"ff72c3896eeac8940ec69bcebb2d4f90dd8ac10b","after":"2d9952fe82b7fc6e28f150f2428f4dc0dee2c8a6","ref":"refs/heads/release-staging/rocm-rel-6.3","pushedAt":"2024-08-19T19:14:13.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"stanleytsang-amd","name":"Stanley Tsang","path":"/stanleytsang-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44450765?s=80&v=4"},"commit":{"message":"Merge pull request #444 from amd-jnovotny/api-link-fix-develop\n\nFix broken link in API","shortMessageHtmlLink":"Merge pull request #444 from amd-jnovotny/api-link-fix-develop"}},{"before":null,"after":"6f47412b99e64a1d4681d9e0312132e4ad6042ec","ref":"refs/heads/docs/6.2.1","pushedAt":"2024-08-19T18:49:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pbhandar-amd","name":null,"path":"/pbhandar-amd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/138039281?s=80&v=4"},"commit":{"message":"Merge pull request #445 from amd-jnovotny/api-link-fix-rocmrel62\n\nCherry pick to rocm-rel-6.2: Fix broken link in API","shortMessageHtmlLink":"Merge pull request #445 from amd-jnovotny/api-link-fix-rocmrel62"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxOToyODozMy4wMDAwMDBazwAAAAS-XPvC","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxOToyODozMy4wMDAwMDBazwAAAAS-XPvC","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xOVQxODo0OTowMy4wMDAwMDBazwAAAASeWScB"}},"title":"Activity ยท ROCm/rocThrust"}