-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KT] Single Pass Copy_if Kernel Template #1616
base: main
Are you sure you want to change the base?
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5c121b - Browse repository at this point
Copy the full SHA e5c121bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1cb0f - Browse repository at this point
Copy the full SHA 7c1cb0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 154161f - Browse repository at this point
Copy the full SHA 154161fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ec5ad - Browse repository at this point
Copy the full SHA 16ec5adView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd89601 - Browse repository at this point
Copy the full SHA bd89601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a69fc - Browse repository at this point
Copy the full SHA 60a69fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d526f04 - Browse repository at this point
Copy the full SHA d526f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e9bbf - Browse repository at this point
Copy the full SHA 09e9bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30e0da7 - Browse repository at this point
Copy the full SHA 30e0da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2311929 - Browse repository at this point
Copy the full SHA 2311929View commit details -
Scan_kt Flags and Values separated (#15)
Atomic flags and the values used in Scan_kt separated to avoid truncating the range to 30bit values, and prepare for a more general scan implementation.
Configuration menu - View commit details
-
Copy full SHA for 0f58c07 - Browse repository at this point
Copy the full SHA 0f58c07View commit details -
* Improved Scan_kt: templated parameters, ballot, wgsize calculation. - Changed number of workgroups calculation from next power of two to next multiple of wgsize - Improved group_ballot by using the class member functions - Using kernel_param struct to determine wgsize and elems per work item.
Configuration menu - View commit details
-
Copy full SHA for 8af98d6 - Browse repository at this point
Copy the full SHA 8af98d6View commit details -
Scan_kt: Single memory allocation for device_memory (#17) and async f…
…ree of the device memory (#18) * Single memory allocation for device_memory * async free of device memory --------- Co-authored-by: Joe Todd <[email protected]> Co-authored-by: AidanBeltonS <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3de596e - Browse repository at this point
Copy the full SHA 3de596eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6ff78 - Browse repository at this point
Copy the full SHA 2d6ff78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124a912 - Browse repository at this point
Copy the full SHA 124a912View commit details -
Configuration menu - View commit details
-
Copy full SHA for d716bbd - Browse repository at this point
Copy the full SHA d716bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a474c7 - Browse repository at this point
Copy the full SHA 6a474c7View commit details -
Refactored cooperative_loopback and memory implementation (#24)
* Refactored cooperative_loopback and memory implementation detail * renamed load_counter to fetch_add_counter * Removed dynamic tile counter from the scan memory struct * scratch memory Reordering * Fixed wrong values returned in LoopbackScanMemory.get_value * Improved Class and variable naming
Configuration menu - View commit details
-
Copy full SHA for ba7be34 - Browse repository at this point
Copy the full SHA ba7be34View commit details -
[Scan_kt] Atomic64 flags + value implementation (#25)
* Implemented atomic64 version of the scan_kt pass * Removed repeated offset calculation for tile id atomic flag * Loopback -> Lookback. Removed unused var.
Configuration menu - View commit details
-
Copy full SHA for 69cc2fa - Browse repository at this point
Copy the full SHA 69cc2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5851ce - Browse repository at this point
Copy the full SHA b5851ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9736c1 - Browse repository at this point
Copy the full SHA c9736c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e450f7 - Browse repository at this point
Copy the full SHA 0e450f7View commit details -
Disable dynamic tile ID by default
TODO: we still allocate & initialize the memory for the counter
Configuration menu - View commit details
-
Copy full SHA for 95b5552 - Browse repository at this point
Copy the full SHA 95b5552View commit details -
Reduce from register sums instead of local mem
Also use #pragma unroll for now
Configuration menu - View commit details
-
Copy full SHA for 3f30ec8 - Browse repository at this point
Copy the full SHA 3f30ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c147f05 - Browse repository at this point
Copy the full SHA c147f05View commit details -
Update include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_scan.h
Co-authored-by: Alberto Cabrera Pérez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab69568 - Browse repository at this point
Copy the full SHA ab69568View commit details -
Configuration menu - View commit details
-
Copy full SHA for b992b84 - Browse repository at this point
Copy the full SHA b992b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37726be - Browse repository at this point
Copy the full SHA 37726beView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c3c78 - Browse repository at this point
Copy the full SHA d7c3c78View commit details
Commits on Dec 8, 2023
-
aidan.belton committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for e42e68d - Browse repository at this point
Copy the full SHA e42e68dView commit details -
aidan.belton committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 54c0ae9 - Browse repository at this point
Copy the full SHA 54c0ae9View commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for ba543ed - Browse repository at this point
Copy the full SHA ba543edView commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for cdf74d0 - Browse repository at this point
Copy the full SHA cdf74d0View commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for c5670d8 - Browse repository at this point
Copy the full SHA c5670d8View commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 8918b42 - Browse repository at this point
Copy the full SHA 8918b42View commit details -
Remove unnecessary load and store functions
Aidan committedDec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 625f315 - Browse repository at this point
Copy the full SHA 625f315View commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for ca7a830 - Browse repository at this point
Copy the full SHA ca7a830View commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 25238eb - Browse repository at this point
Copy the full SHA 25238ebView commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 2f2ccb2 - Browse repository at this point
Copy the full SHA 2f2ccb2View commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 021fb9a - Browse repository at this point
Copy the full SHA 021fb9aView commit details -
Aidan committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for c4b05a4 - Browse repository at this point
Copy the full SHA c4b05a4View commit details -
Clang-format copy_if_kt commits
aidan.belton committedDec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 5d1ed8e - Browse repository at this point
Copy the full SHA 5d1ed8eView commit details -
Merge pull request #28 from AidanBeltonS/dev/aidan/copy_if
Add copy_if_kt
Configuration menu - View commit details
-
Copy full SHA for 6382acd - Browse repository at this point
Copy the full SHA 6382acdView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70e751a - Browse repository at this point
Copy the full SHA 70e751aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9fdaa3 - Browse repository at this point
Copy the full SHA a9fdaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfef06f - Browse repository at this point
Copy the full SHA dfef06fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 555f6f9 - Browse repository at this point
Copy the full SHA 555f6f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cfc68 - Browse repository at this point
Copy the full SHA 10cfc68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53faf10 - Browse repository at this point
Copy the full SHA 53faf10View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc63d16 - Browse repository at this point
Copy the full SHA dc63d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c3f2b - Browse repository at this point
Copy the full SHA f8c3f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d72d3f - Browse repository at this point
Copy the full SHA 1d72d3fView commit details -
Scan_kt Flags and Values separated (#15)
Atomic flags and the values used in Scan_kt separated to avoid truncating the range to 30bit values, and prepare for a more general scan implementation.
Configuration menu - View commit details
-
Copy full SHA for 567a50e - Browse repository at this point
Copy the full SHA 567a50eView commit details -
* Improved Scan_kt: templated parameters, ballot, wgsize calculation. - Changed number of workgroups calculation from next power of two to next multiple of wgsize - Improved group_ballot by using the class member functions - Using kernel_param struct to determine wgsize and elems per work item.
Configuration menu - View commit details
-
Copy full SHA for 0c91640 - Browse repository at this point
Copy the full SHA 0c91640View commit details -
Scan_kt: Single memory allocation for device_memory (#17) and async f…
…ree of the device memory (#18) * Single memory allocation for device_memory * async free of device memory --------- Co-authored-by: Joe Todd <[email protected]> Co-authored-by: AidanBeltonS <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78d2d7d - Browse repository at this point
Copy the full SHA 78d2d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55dc287 - Browse repository at this point
Copy the full SHA 55dc287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37bfd1d - Browse repository at this point
Copy the full SHA 37bfd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21038df - Browse repository at this point
Copy the full SHA 21038dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdcc9c9 - Browse repository at this point
Copy the full SHA bdcc9c9View commit details -
Refactored cooperative_loopback and memory implementation (#24)
* Refactored cooperative_loopback and memory implementation detail * renamed load_counter to fetch_add_counter * Removed dynamic tile counter from the scan memory struct * scratch memory Reordering * Fixed wrong values returned in LoopbackScanMemory.get_value * Improved Class and variable naming
Configuration menu - View commit details
-
Copy full SHA for 9717e09 - Browse repository at this point
Copy the full SHA 9717e09View commit details -
[Scan_kt] Atomic64 flags + value implementation (#25)
* Implemented atomic64 version of the scan_kt pass * Removed repeated offset calculation for tile id atomic flag * Loopback -> Lookback. Removed unused var.
Configuration menu - View commit details
-
Copy full SHA for 8d23836 - Browse repository at this point
Copy the full SHA 8d23836View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3c3218 - Browse repository at this point
Copy the full SHA c3c3218View commit details -
Configuration menu - View commit details
-
Copy full SHA for d257702 - Browse repository at this point
Copy the full SHA d257702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e17ba - Browse repository at this point
Copy the full SHA 43e17baView commit details -
Disable dynamic tile ID by default
TODO: we still allocate & initialize the memory for the counter
Configuration menu - View commit details
-
Copy full SHA for e5b3ca4 - Browse repository at this point
Copy the full SHA e5b3ca4View commit details -
Reduce from register sums instead of local mem
Also use #pragma unroll for now
Configuration menu - View commit details
-
Copy full SHA for ab346da - Browse repository at this point
Copy the full SHA ab346daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f87573c - Browse repository at this point
Copy the full SHA f87573cView commit details -
Update include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl_scan.h
Co-authored-by: Alberto Cabrera Pérez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 621adf7 - Browse repository at this point
Copy the full SHA 621adf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c837f - Browse repository at this point
Copy the full SHA b8c837fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8367be7 - Browse repository at this point
Copy the full SHA 8367be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ff9f3 - Browse repository at this point
Copy the full SHA 02ff9f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25a93ff - Browse repository at this point
Copy the full SHA 25a93ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea6009 - Browse repository at this point
Copy the full SHA aea6009View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c2cb5 - Browse repository at this point
Copy the full SHA d5c2cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f574b8 - Browse repository at this point
Copy the full SHA 1f574b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ef9c2 - Browse repository at this point
Copy the full SHA 16ef9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a1fb7 - Browse repository at this point
Copy the full SHA 45a1fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec32d7 - Browse repository at this point
Copy the full SHA cec32d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d659c - Browse repository at this point
Copy the full SHA b7d659cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb1824 - Browse repository at this point
Copy the full SHA fdb1824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df5fbb - Browse repository at this point
Copy the full SHA 1df5fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b77fe - Browse repository at this point
Copy the full SHA d8b77feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b53de6 - Browse repository at this point
Copy the full SHA 5b53de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc4f9b - Browse repository at this point
Copy the full SHA acc4f9bView commit details
Commits on May 13, 2024
-
partial changes (fix and amend)
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faae196 - Browse repository at this point
Copy the full SHA faae196View commit details
Commits on May 24, 2024
-
refactor to share lookback and memory mgr
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d39fc6 - Browse repository at this point
Copy the full SHA 9d39fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b10214 - Browse repository at this point
Copy the full SHA 1b10214View commit details -
remove launder in favor of lazy ctor union
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 593c218 - Browse repository at this point
Copy the full SHA 593c218View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a1752c - Browse repository at this point
Copy the full SHA 5a1752cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0576c3 - Browse repository at this point
Copy the full SHA a0576c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5065a7 - Browse repository at this point
Copy the full SHA c5065a7View commit details -
change single wg scan to submitter and kernel operator
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a7291a - Browse repository at this point
Copy the full SHA 6a7291aView commit details
Commits on May 29, 2024
-
change scan to submitter and kernel operator
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b78dcd - Browse repository at this point
Copy the full SHA 1b78dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 246dbf3 - Browse repository at this point
Copy the full SHA 246dbf3View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3023fec - Browse repository at this point
Copy the full SHA 3023fecView commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52f6d82 - Browse repository at this point
Copy the full SHA 52f6d82View commit details -
sync with scan for asychronicity
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b504d3 - Browse repository at this point
Copy the full SHA 8b504d3View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f60f10 - Browse repository at this point
Copy the full SHA 6f60f10View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dfcd15 - Browse repository at this point
Copy the full SHA 0dfcd15View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12db722 - Browse repository at this point
Copy the full SHA 12db722View commit details -
temporarily disable single wg version
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4850fcf - Browse repository at this point
Copy the full SHA 4850fcfView commit details
Commits on May 30, 2024
-
wait after call for async algs
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8ccbd1 - Browse repository at this point
Copy the full SHA a8ccbd1View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70ad489 - Browse repository at this point
Copy the full SHA 70ad489View commit details -
only need single phase for single wg
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e78b72c - Browse repository at this point
Copy the full SHA e78b72cView commit details
Commits on May 31, 2024
-
reusing single workgroup copy_if from oneDPL main
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ca4287 - Browse repository at this point
Copy the full SHA 2ca4287View commit details -
add option to opt out of compiling single wg
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7538ed6 - Browse repository at this point
Copy the full SHA 7538ed6View commit details -
adding opt out for single wg inclusive scan
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 293d724 - Browse repository at this point
Copy the full SHA 293d724View commit details -
remove single_wg kt, in favor of main oneDPL version
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 565ba3b - Browse repository at this point
Copy the full SHA 565ba3bView commit details
Commits on Jun 4, 2024
-
trying scalar version of copy_if
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3fbfe2 - Browse repository at this point
Copy the full SHA b3fbfe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49bc9f - Browse repository at this point
Copy the full SHA e49bc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92438ee - Browse repository at this point
Copy the full SHA 92438eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5495da2 - Browse repository at this point
Copy the full SHA 5495da2View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7ca1b5 - Browse repository at this point
Copy the full SHA a7ca1b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d53ead - Browse repository at this point
Copy the full SHA 2d53eadView commit details -
removing unused block_strided version
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f26aff0 - Browse repository at this point
Copy the full SHA f26aff0View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0ab651 - Browse repository at this point
Copy the full SHA c0ab651View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 517c341 - Browse repository at this point
Copy the full SHA 517c341View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 427a5f4 - Browse repository at this point
Copy the full SHA 427a5f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9091e1 - Browse repository at this point
Copy the full SHA e9091e1View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7315d2b - Browse repository at this point
Copy the full SHA 7315d2bView commit details
Commits on Jun 5, 2024
-
upgrading tests to match scan, cmake
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0983043 - Browse repository at this point
Copy the full SHA 0983043View commit details -
Configuration menu - View commit details
-
Copy full SHA for e09ccae - Browse repository at this point
Copy the full SHA e09ccaeView commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96acd30 - Browse repository at this point
Copy the full SHA 96acd30View commit details -
Configuration menu - View commit details
-
Copy full SHA for f15c759 - Browse repository at this point
Copy the full SHA f15c759View commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b195e4d - Browse repository at this point
Copy the full SHA b195e4dView commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4528cbb - Browse repository at this point
Copy the full SHA 4528cbbView commit details -
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 831f9c9 - Browse repository at this point
Copy the full SHA 831f9c9View commit details
Commits on Jun 6, 2024
-
undo change to unroll version check
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7be4594 - Browse repository at this point
Copy the full SHA 7be4594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c258d - Browse repository at this point
Copy the full SHA 68c258dView commit details -
allowing alg to dictate active threads
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 347bcf5 - Browse repository at this point
Copy the full SHA 347bcf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f58e2 - Browse repository at this point
Copy the full SHA 62f58e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4bd74 - Browse repository at this point
Copy the full SHA 5c4bd74View commit details
Commits on Jun 18, 2024
-
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98324ed - Browse repository at this point
Copy the full SHA 98324edView commit details -
simplify data generation and cutoff calculation.
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4377c2d - Browse repository at this point
Copy the full SHA 4377c2dView commit details -
strip out single workgroup opt out
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 496ed4d - Browse repository at this point
Copy the full SHA 496ed4dView commit details -
minimal data generation changes
Signed-off-by: Dan Hoeflinger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d9e8a7 - Browse repository at this point
Copy the full SHA 2d9e8a7View commit details