{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":452741483,"defaultBranch":"main","name":"cuda-to-sycl-nbody","ownerLogin":"codeplaysoftware","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-27T15:40:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7440916?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1692967041.0","currentOid":""},"activityList":{"items":[{"before":"25957a0ecae89bae1759792250b70be754274139","after":"5283e4c160317544324a99fc51c740e166b2fb89","ref":"refs/heads/main","pushedAt":"2024-02-01T13:22:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Allow use of branch/no-branch calculation (#31)\n\nWhen calculating the force, allow for branch or predication\r\n\r\n* Added new parameters and kernels with new and old code\r\n\r\n* Adjusted condition for kernel calls\r\n\r\n* Readjusted condition for kernel calls\r\n\r\n* Changed to a templated function, modified how the calculation parameter is passed to the program and modified the README","shortMessageHtmlLink":"Allow use of branch/no-branch calculation (#31)"}},{"before":"5a7b780a356289ecdf29a922ce920f2a81f90fe3","after":"25957a0ecae89bae1759792250b70be754274139","ref":"refs/heads/main","pushedAt":"2024-01-11T17:46:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Add CMake target with no GL dependency\n\n* Added the possibility to build without OpenGL.\r\n\r\n* Allow for debugging in vscode\r\n\r\n* Added vscode files\r\n\r\n* Added debug to both render and no render builds\r\n\r\n* Added instructions for build\r\n\r\n* Made paths relative in vscode config files and fixed problem with debug compilation in sycl\r\n\r\n* Added debug binaries\r\n\r\n* Changed tabs to 2 spaces for indentation\r\n\r\n* Removed the dependency on the glm library.","shortMessageHtmlLink":"Add CMake target with no GL dependency"}},{"before":"8eee095edc5ee98bfa664a76c821b0220bd7fc3e","after":"5a7b780a356289ecdf29a922ce920f2a81f90fe3","ref":"refs/heads/main","pushedAt":"2023-08-25T12:44:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rafbiels","name":"Rafal Bielski","path":"/rafbiels","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76829822?s=80&v=4"},"commit":{"message":"Swap the order of -fsycl-targets\n\nThis works around an issue in linking when building with oneAPI 2023.2.\nThe upstream issue is fixed in future releases.","shortMessageHtmlLink":"Swap the order of -fsycl-targets"}},{"before":"bcd576cdabcde593e95fa52ffdda3e2f01e32750","after":null,"ref":"refs/heads/remove-computecpp","pushedAt":"2023-08-25T12:37:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rafbiels","name":"Rafal Bielski","path":"/rafbiels","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76829822?s=80&v=4"}},{"before":"c215c962a48a9f9832abba5caa5e11a6359dba3c","after":"8eee095edc5ee98bfa664a76c821b0220bd7fc3e","ref":"refs/heads/main","pushedAt":"2023-08-25T12:37:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rafbiels","name":"Rafal Bielski","path":"/rafbiels","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76829822?s=80&v=4"},"commit":{"message":"Remove ComputeCpp from nbody sample (#29)\n\n* Remove ComputeCpp from nbody sample\r\n\r\nComputeCpp is going end of life, so there's no need to keep it in this\r\nrepository any more.\r\n\r\nIt also looks like glm::glm isn't always available (either in the local\r\nfind module or upstream), so I added an imported target for it.","shortMessageHtmlLink":"Remove ComputeCpp from nbody sample (#29)"}},{"before":"100886146ef542889102f6cc542363a0cf0a1cc0","after":"bcd576cdabcde593e95fa52ffdda3e2f01e32750","ref":"refs/heads/remove-computecpp","pushedAt":"2023-08-24T18:13:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Also remove things from gitignore file","shortMessageHtmlLink":"Also remove things from gitignore file"}},{"before":null,"after":"100886146ef542889102f6cc542363a0cf0a1cc0","ref":"refs/heads/remove-computecpp","pushedAt":"2023-08-11T16:24:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Remove ComputeCpp from nbody sample\n\nComputeCpp is going end of life, so there's no need to keep it in this\nrepository any more.\n\nIt also looks like glm::glm isn't always available (either in the local\nfind module or upstream), so I added an imported target for it.","shortMessageHtmlLink":"Remove ComputeCpp from nbody sample"}},{"before":"be194144105065ef8a646a44f25ab783672d3870","after":"c215c962a48a9f9832abba5caa5e11a6359dba3c","ref":"refs/heads/main","pushedAt":"2023-07-13T11:58:40.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Add newline at the end of the CUDA and SYCL files\n\nCo-authored-by: Duncan McBain ","shortMessageHtmlLink":"Add newline at the end of the CUDA and SYCL files"}},{"before":"1e90d3e85ba468257d7fea3bdffd3264a23ee9f5","after":"be194144105065ef8a646a44f25ab783672d3870","ref":"refs/heads/main","pushedAt":"2023-07-11T15:12:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Include DPCT headers from system installation (#23)","shortMessageHtmlLink":"Include DPCT headers from system installation (#23)"}},{"before":"612a8e2155932ae8da5bf5d0d98f7df7ff6ed71f","after":"1e90d3e85ba468257d7fea3bdffd3264a23ee9f5","ref":"refs/heads/main","pushedAt":"2023-06-29T10:14:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DuncanMcBain","name":"Duncan McBain","path":"/DuncanMcBain","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5628152?s=80&v=4"},"commit":{"message":"Cleanup the code, add new option to limit the no. of frames and switch to SYCL 2020 (#22)\n\n* Add command line option to limit the no. of frames\r\n\r\n* Link instead of copy common src files\r\n\r\n* Remove unnecessary compilation flags\r\n\r\n* Switch to the new syntax in SYCL 2020\r\n\r\n* Allow compilation w/ icpx\r\n\r\n* Reuse computed mean time","shortMessageHtmlLink":"Cleanup the code, add new option to limit the no. of frames and switc…"}},{"before":"b7a2d38d001337710565bcbae5ca476885c2c165","after":"612a8e2155932ae8da5bf5d0d98f7df7ff6ed71f","ref":"refs/heads/main","pushedAt":"2023-03-16T10:17:49.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"rodburns","name":"Rod Burns","path":"/rodburns","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/800194?s=80&v=4"},"commit":{"message":"Merge pull request #24 from rafbiels/cuda-arch-autoconfig\n\nAuto-configure cuda compute capability for the --cuda-gpu-arch flag","shortMessageHtmlLink":"Merge pull request #24 from rafbiels/cuda-arch-autoconfig"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD7yevkwA","startCursor":null,"endCursor":null}},"title":"Activity · codeplaysoftware/cuda-to-sycl-nbody"}