{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":267223745,"defaultBranch":"master","name":"oneAPI-samples","ownerLogin":"oneapi-src","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-27T04:52:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/60144784?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718055298.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"c5db3ffc1d425e29b657137e624c28db36c7cfdd","ref":"refs/heads/release/2024.2","pushedAt":"2024-06-10T21:34:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Delete duplicate CUDA 2 SYCL migration samples (#2362)","shortMessageHtmlLink":"Delete duplicate CUDA 2 SYCL migration samples (#2362)"}},{"before":"10c00eade44370c1920e76bfffdca09a618631c2","after":"c5db3ffc1d425e29b657137e624c28db36c7cfdd","ref":"refs/heads/development","pushedAt":"2024-06-10T21:34:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Delete duplicate CUDA 2 SYCL migration samples (#2362)","shortMessageHtmlLink":"Delete duplicate CUDA 2 SYCL migration samples (#2362)"}},{"before":"10c00eade44370c1920e76bfffdca09a618631c2","after":null,"ref":"refs/heads/release/2024.2","pushedAt":"2024-06-10T21:30:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"}},{"before":null,"after":"10c00eade44370c1920e76bfffdca09a618631c2","ref":"refs/heads/release/2024.2","pushedAt":"2024-06-10T17:23:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update README.MD","shortMessageHtmlLink":"Update README.MD"}},{"before":"52b6e4a11b93441eb61e729873b6c474cfb57e45","after":"10c00eade44370c1920e76bfffdca09a618631c2","ref":"refs/heads/development","pushedAt":"2024-06-10T17:01:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update README.MD","shortMessageHtmlLink":"Update README.MD"}},{"before":"7091b57b20e6babd09c3789c2a201d8f1911803f","after":"52b6e4a11b93441eb61e729873b6c474cfb57e45","ref":"refs/heads/development","pushedAt":"2024-06-10T16:59:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"73a1a612f1eb5a71ea2e60f0ffd5cbc542b6d978","after":"7091b57b20e6babd09c3789c2a201d8f1911803f","ref":"refs/heads/development","pushedAt":"2024-06-10T16:51:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"ONSAM-1897 re-add enable_testing command to CMakeLists.txt (#2360)\n\nCo-authored-by: Urszula Guminska ","shortMessageHtmlLink":"ONSAM-1897 re-add enable_testing command to CMakeLists.txt (#2360)"}},{"before":"8fd3b0a0e9d5f17c6798b974d57ee2216ec39c5e","after":"73a1a612f1eb5a71ea2e60f0ffd5cbc542b6d978","ref":"refs/heads/development","pushedAt":"2024-06-10T16:51:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Adding MonteCarloMultiGPU in Jupyter training (#2357)\n\n* adding MonteCarloMultiGpu in training\r\n\r\n* Added 05_OceanFFT and 06_SimpleCudaGraph change\r\n\r\n---------\r\n\r\nCo-authored-by: AvijitBag07 ","shortMessageHtmlLink":"Adding MonteCarloMultiGPU in Jupyter training (#2357)"}},{"before":"5f891add33e8213254f3e145ca100af8a7767943","after":"8fd3b0a0e9d5f17c6798b974d57ee2216ec39c5e","ref":"refs/heads/development","pushedAt":"2024-06-07T14:46:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: Worked around runtime bug with event dependences between invocations of the same kernel (#2361)\n\nThis change implements a workaround for a bug affecting FPGA targets. The bug and workaround will be documented in the upcoming 2024.2 release notes. This workaround can be removed when the underlying bug is fixed (presumably in 2025.0).\r\n\r\nSpecifically, when kernels are explicitly made dependent on other invocations of the same kernel through events, the FPGA runtime can occasionally hang. The hang is rare, but since the gzip_ll code sample attempts to enqueue kernels in this way hundreds of times it has a good chance of hitting it on any given run.\r\n\r\nUnfortunately, this code sample seems to be affected by a second, unrelated hang though because while this fix allows the program to complete some of the time, it still hangs periodically. Runtime traces of those remaining hangs indicate that they are a different issue. I still think it's worth submitting this as it reduces the frequency with which the design hangs.","shortMessageHtmlLink":"FPGA: Worked around runtime bug with event dependences between invoca…"}},{"before":"b6dc810524daeb9e1cf5bf7ea164457dae83dd1c","after":"eac57803b3b0cd0c2362bf118edff99e3b461507","ref":"refs/heads/gh-pages","pushedAt":"2024-06-06T16:10:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Thu Jun 6 16:10:34 UTC 2024\n\nSigned-off-by: GitHub Actions ","shortMessageHtmlLink":"Thu Jun 6 16:10:34 UTC 2024"}},{"before":"8fa987ba8408f381a451803af8ac87792010bb93","after":"d72f226320b9ba67aef76b6fb5d072debd91f556","ref":"refs/heads/app/dev","pushedAt":"2024-06-06T16:08:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mvincerx","name":"mvincerra","path":"/mvincerx","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37549381?s=80&v=4"},"commit":{"message":"add wap code in footer per request, lenth.\n\nSigned-off-by: michael vincerra ","shortMessageHtmlLink":"add wap code in footer per request, lenth."}},{"before":"3edbf37155c823121a8f9b9af498ce6cf8c770d9","after":"5f891add33e8213254f3e145ca100af8a7767943","ref":"refs/heads/development","pushedAt":"2024-06-06T06:42:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: add caveat for running the build_system.tcl script in the platform_designer code sample (#2358)\n\nAdd a disclaimer for the Platform Designer code sample, since the pre-generated quartus project definitely doesn't work with Quartus® Prime 21.2. Confirm that re-building the project as shown in directions works though.","shortMessageHtmlLink":"FPGA: add caveat for running the build_system.tcl script in the platf…"}},{"before":"6684fb10018c703c4e0779f9b052e5480e3f42e0","after":"3edbf37155c823121a8f9b9af498ce6cf8c770d9","ref":"refs/heads/development","pushedAt":"2024-06-06T06:34:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: Update invocation interfaces document (#2359)\n\nUpdate the race condition note following #2345","shortMessageHtmlLink":"FPGA: Update invocation interfaces document (#2359)"}},{"before":"09dd971f33e3b8a453b173ae1af78c6ed9a12c8c","after":"6684fb10018c703c4e0779f9b052e5480e3f42e0","ref":"refs/heads/development","pushedAt":"2024-06-05T20:42:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update READMEs with new template for IntelPyTorch Inference/Training Optimizations (#2305)\n\n* update READMEs with new template\r\n\r\n* add note about AI samples under table\r\n\r\n* remove excess old README sections","shortMessageHtmlLink":"Update READMEs with new template for IntelPyTorch Inference/Training …"}},{"before":"84cb34f4b6fab7195b5460b5b88386c69d763c28","after":"09dd971f33e3b8a453b173ae1af78c6ed9a12c8c","ref":"refs/heads/development","pushedAt":"2024-06-05T20:37:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update README.MD (#2337)\n\n* Update README.MD\r\n\r\n* Update README.MD according to latest template\r\n\r\n* Update README.MD","shortMessageHtmlLink":"Update README.MD (#2337)"}},{"before":"a50e7480d3f402147b08bd08320ed77fc02a256c","after":"84cb34f4b6fab7195b5460b5b88386c69d763c28","ref":"refs/heads/development","pushedAt":"2024-06-04T23:03:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Shuffle scan migration (#2260)\n\n* Add sample\r\n\r\n* Change deprecated code\r\n\r\n* Change name and add new files\r\n\r\n* Add new file\r\n\r\n* Add README\r\n\r\n* Update README.md","shortMessageHtmlLink":"Shuffle scan migration (#2260)"}},{"before":"bed2e9cf329ebab9f3513a5a1bb238c98a9906d4","after":"a50e7480d3f402147b08bd08320ed77fc02a256c","ref":"refs/heads/development","pushedAt":"2024-06-04T23:02:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Segmentation tree migration (#2349)\n\n* Add new sample\r\n\r\n* Modify json file\r\n\r\n* Remove unnecessary files\r\n\r\n* Clean files\r\n\r\n* Modify README\r\n\r\n* Add new sample\r\n\r\n* Modify json file\r\n\r\n* Remove unnecessary files\r\n\r\n* Clean files\r\n\r\n* Modify README","shortMessageHtmlLink":"Segmentation tree migration (#2349)"}},{"before":"456746887cc043c7b103b7031978abea097bc8c1","after":"bed2e9cf329ebab9f3513a5a1bb238c98a9906d4","ref":"refs/heads/development","pushedAt":"2024-06-04T16:18:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: Update README for code samples that are affected by crash (#2344)\n\nUpdate the readme for the code samples that may crash with the 2024.2 release.","shortMessageHtmlLink":"FPGA: Update README for code samples that are affected by crash (#2344)"}},{"before":"2aaf3f253a2e983c8b6bc49acc1aabfe13cdff4c","after":"456746887cc043c7b103b7031978abea097bc8c1","ref":"refs/heads/development","pushedAt":"2024-06-04T15:04:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: Add a note for race condition to the pipelined kernel sample (#2345)\n\nAdding a note about race condition when using pipelined kernel invocation.","shortMessageHtmlLink":"FPGA: Add a note for race condition to the pipelined kernel sample (#…"}},{"before":"8b40cfc8a2e112f43b113258d5e46d32ca6bf491","after":"2aaf3f253a2e983c8b6bc49acc1aabfe13cdff4c","ref":"refs/heads/development","pushedAt":"2024-06-04T14:46:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: Remove detail::empty_properties_t and add std::log10 (#2356)\n\nRemove redundant sycl::ext::oneapi::experimental::detail::empty_properties_t and replace it with sycl::ext::oneapi::experimental::empty_properties_t","shortMessageHtmlLink":"FPGA: Remove detail::empty_properties_t and add std::log10 (#2356)"}},{"before":"2cf895a63d1eeeeaf8096bb0e348ee51faf3ee3a","after":"8b40cfc8a2e112f43b113258d5e46d32ca6bf491","ref":"refs/heads/development","pushedAt":"2024-06-03T15:38:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: pull the fft2d sample out of 2024.2 (#2355)\n\nThis sample exposes an issue that results in incorrect results out of an FPGA run using 2024.2.\r\nIt is unclear at this time if the issue in coming from the compiler, the runtime, the BSP or the hardware.\r\nThe sample is being pulled out until the root cause has been understood.","shortMessageHtmlLink":"FPGA: pull the fft2d sample out of 2024.2 (#2355)"}},{"before":"95cf11c708eac8019e750c61ca6094a01adcee1a","after":"2cf895a63d1eeeeaf8096bb0e348ee51faf3ee3a","ref":"refs/heads/development","pushedAt":"2024-06-03T03:50:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update README.md to development (#2323)\n\n* Update README.md\r\n\r\n* update readme","shortMessageHtmlLink":"Update README.md to development (#2323)"}},{"before":"667ba222f8bc2d0edd875cdaf39b90878235e7c8","after":"95cf11c708eac8019e750c61ca6094a01adcee1a","ref":"refs/heads/development","pushedAt":"2024-06-03T03:49:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"updated the sample to use INC 2.0 and TF 2.0 (#2301)","shortMessageHtmlLink":"updated the sample to use INC 2.0 and TF 2.0 (#2301)"}},{"before":"596f40688ad90bb21b52b22c8cf4985e2e63d42b","after":"667ba222f8bc2d0edd875cdaf39b90878235e7c8","ref":"refs/heads/development","pushedAt":"2024-06-03T03:26:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"c15db8159ec7421048a087722b0119f603e9340d","after":"b6dc810524daeb9e1cf5bf7ea164457dae83dd1c","ref":"refs/heads/gh-pages","pushedAt":"2024-05-31T17:27:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Fri May 31 17:27:12 UTC 2024\n\nSigned-off-by: GitHub Actions ","shortMessageHtmlLink":"Fri May 31 17:27:12 UTC 2024"}},{"before":"c700039f68ba4471cf54c435f07583ee845b6a33","after":"596f40688ad90bb21b52b22c8cf4985e2e63d42b","ref":"refs/heads/development","pushedAt":"2024-05-31T17:27:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Updated oneAPI essential module, added multi-GPU programming (#2351)\n\n* Added Multi-GPU Programming training module\r\n\r\n* updated readme and notebooks","shortMessageHtmlLink":"Updated oneAPI essential module, added multi-GPU programming (#2351)"}},{"before":"ccd57a1ff0245bf7b09c2a0b84fa35bce9412d88","after":"4c619314bae20ae0731fab1e54924a19bc87e181","ref":"refs/heads/master","pushedAt":"2024-05-31T17:26:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"updated GPU Occupancy Calculator (#2353)","shortMessageHtmlLink":"updated GPU Occupancy Calculator (#2353)"}},{"before":"541cdb92ff9d6b1fb88a99cb475ccf0063cdd7f5","after":"c700039f68ba4471cf54c435f07583ee845b6a33","ref":"refs/heads/development","pushedAt":"2024-05-31T17:26:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"updated GPU Occupancy Calculator (#2352)","shortMessageHtmlLink":"updated GPU Occupancy Calculator (#2352)"}},{"before":"decabdfb8abff993d4e72a2b9311f42efc18a581","after":"541cdb92ff9d6b1fb88a99cb475ccf0063cdd7f5","ref":"refs/heads/development","pushedAt":"2024-05-31T13:15:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuguen-intel","name":null,"path":"/yuguen-intel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85988934?s=80&v=4"},"commit":{"message":"FPGA: Fix namespaces errors for math function calls (#2350)\n\nVersions of host_ptr and device_ptr that are in the sycl:: namespace are deprecated and should be replaced by sycl::ext::intel namespace.\r\nExplicitly specifying sycl:: is needed for some code samples.","shortMessageHtmlLink":"FPGA: Fix namespaces errors for math function calls (#2350)"}},{"before":"d9694a3fd3a615727150cce3a010f0df0614595f","after":"decabdfb8abff993d4e72a2b9311f42efc18a581","ref":"refs/heads/development","pushedAt":"2024-05-29T15:03:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jimmytwei","name":"Jimmy Wei","path":"/jimmytwei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89485899?s=80&v=4"},"commit":{"message":"Remove '09_invariant_computations' examples directory (ONSAM-1922). (#2327)","shortMessageHtmlLink":"Remove '09_invariant_computations' examples directory (ONSAM-1922). (#…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYZGfvwA","startCursor":null,"endCursor":null}},"title":"Activity · oneapi-src/oneAPI-samples"}