{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":636618119,"defaultBranch":"sycl","name":"llvm","ownerLogin":"stefanatwork","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-05-05T08:59:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/93931354?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708327371.0","currentOid":""},"activityList":{"items":[{"before":"c57e5757ee5b2071ceacea8d770e0905f0268c4e","after":"4d3a9ff5f6e930c6ed99179002cde96117659916","ref":"refs/heads/sycl_bit_instructions","pushedAt":"2024-02-27T15:08:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Update test to reflect added extension","shortMessageHtmlLink":"Update test to reflect added extension"}},{"before":null,"after":"c57e5757ee5b2071ceacea8d770e0905f0268c4e","ref":"refs/heads/sycl_bit_instructions","pushedAt":"2024-02-19T07:22:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[SYCL] Enable SPV_KHR_bit_instructions for SYCL code\n\nSPV_KHR_bit_instructions is required when using certaing builtins.\nSYCL code was compiled without that extension enabled and would fail\nwhen operations like __builtin_bitreverse32() were present in source.","shortMessageHtmlLink":"[SYCL] Enable SPV_KHR_bit_instructions for SYCL code"}},{"before":"25cec2605f3729c66a52fdd56c17da8c6454ff75","after":"1a98c4c5cbb6fe92b706039c52cf92ec4ae0cd10","ref":"refs/heads/sycl","pushedAt":"2024-02-19T07:17:54.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[UR] Update UR to 227a5ed (#12742)","shortMessageHtmlLink":"[UR] Update UR to 227a5ed (intel#12742)"}},{"before":"bce396b42250fab3098b765505f72c97930677a1","after":"b2c4bbab156ee73388792f64a9a8dfc6985183b3","ref":"refs/heads/ptx_out","pushedAt":"2023-08-14T07:44:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[SYCL][CUDA] Allow \"ptx\" as device object format\n\nThis allows one to compile SYCL device code to plain PTX directly:\n-fsycl-targets=nvptx64-nvidia-cuda -fsycl-device-obj=ptx -S","shortMessageHtmlLink":"[SYCL][CUDA] Allow \"ptx\" as device object format"}},{"before":null,"after":"bce396b42250fab3098b765505f72c97930677a1","ref":"refs/heads/ptx_out","pushedAt":"2023-08-14T07:42:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"}},{"before":"89af2960b598f52c5b1d8c13c1f14a661ef616ee","after":"25cec2605f3729c66a52fdd56c17da8c6454ff75","ref":"refs/heads/sycl","pushedAt":"2023-08-14T06:53:23.000Z","pushType":"push","commitsCount":6208,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[SYCL] add deep copy for annotated_ref assignment operator (#10765)\n\nannotated_ref assignment should copy the underneath pointer\r\n\r\n---------\r\n\r\nCo-authored-by: Kseniya Tikhomirova ","shortMessageHtmlLink":"[SYCL] add deep copy for annotated_ref assignment operator (intel#10765)"}},{"before":"6eb8b4369b6440de541a4e959a57cd4ee3b1883e","after":"89af2960b598f52c5b1d8c13c1f14a661ef616ee","ref":"refs/heads/sycl","pushedAt":"2023-05-11T11:41:41.224Z","pushType":"push","commitsCount":26,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[NFC] Avoid use-after-free in translating Constant* types. (#9405)\n\nCherry-pick of currently in-progress\r\nhttps://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/2007 to avoid\r\nflaky failures in SYCL pre-commit CI on Windows. See also\r\nhttps://github.com/intel/llvm/issues/9387.","shortMessageHtmlLink":"[NFC] Avoid use-after-free in translating Constant* types. (intel#9405)"}},{"before":"4d4c21a3961179450e4bd7591f381ee89d184a0d","after":"6eb8b4369b6440de541a4e959a57cd4ee3b1883e","ref":"refs/heads/sycl","pushedAt":"2023-05-09T08:57:49.605Z","pushType":"push","commitsCount":2220,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[SYCL] Support of iterator operations for zero-dimension accessors. (#9141)\n\n* Zero dimension accessors allow access to only one element of the\r\ncorresponding buffer. This PR handles iterator operators for zero\r\ndimension accessors by limiting the supported range to 1 element using\r\n`AccessorRange`.\r\n* Add support for 0-dim `local_accessor` iterator functionality. \r\n* Adds relevant tests.","shortMessageHtmlLink":"[SYCL] Support of iterator operations for zero-dimension accessors. (i…"}},{"before":null,"after":"04c4ad7df0a5be22ccade4596d8f36238981859c","ref":"refs/heads/remove_cuda_assert","pushedAt":"2023-05-05T09:08:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanatwork","name":"Stefan Werner","path":"/stefanatwork","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/93931354?s=80&v=4"},"commit":{"message":"[SYCL][CUDA] Removed superfluous assert()","shortMessageHtmlLink":"[SYCL][CUDA] Removed superfluous assert()"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEBqml1AA","startCursor":null,"endCursor":null}},"title":"Activity · stefanatwork/llvm"}