-
Notifications
You must be signed in to change notification settings - Fork 163
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
Integrate CUDASTF -> CudaX #2572
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad60e3b - Browse repository at this point
Copy the full SHA ad60e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdcd6a - Browse repository at this point
Copy the full SHA cbdcd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ebd502 - Browse repository at this point
Copy the full SHA 7ebd502View commit details -
Configuration menu - View commit details
-
Copy full SHA for e73e5fa - Browse repository at this point
Copy the full SHA e73e5faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4a389 - Browse repository at this point
Copy the full SHA ca4a389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e333c - Browse repository at this point
Copy the full SHA 26e333cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe864ca - Browse repository at this point
Copy the full SHA fe864caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e0864 - Browse repository at this point
Copy the full SHA 96e0864View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40076b - Browse repository at this point
Copy the full SHA c40076bView commit details -
Revert "Try to avoid ambiguous operators"
This reverts commit df1777f.
Configuration menu - View commit details
-
Copy full SHA for 5efbe2e - Browse repository at this point
Copy the full SHA 5efbe2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32500bf - Browse repository at this point
Copy the full SHA 32500bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6170a - Browse repository at this point
Copy the full SHA ee6170aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b3d89 - Browse repository at this point
Copy the full SHA 52b3d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ea187 - Browse repository at this point
Copy the full SHA d8ea187View commit details -
Configuration menu - View commit details
-
Copy full SHA for d078088 - Browse repository at this point
Copy the full SHA d078088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c3c7db - Browse repository at this point
Copy the full SHA 0c3c7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a09a95 - Browse repository at this point
Copy the full SHA 7a09a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for caacad1 - Browse repository at this point
Copy the full SHA caacad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0b5d2 - Browse repository at this point
Copy the full SHA 4d0b5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2465da - Browse repository at this point
Copy the full SHA d2465daView commit details -
Rename cudax test targets to match CCCL conventions. (NVIDIA#2568)
<project>.<dialect>.test.<testname> instead of <project>.<dialect>.<testname>_tests
Configuration menu - View commit details
-
Copy full SHA for 88cb550 - Browse repository at this point
Copy the full SHA 88cb550View commit details -
Update project list in issue template (NVIDIA#2532)
* Update project list in issue template * Update .github/ISSUE_TEMPLATE/feature_request.yml Co-authored-by: Jake Hemstad <[email protected]> --------- Co-authored-by: Jake Hemstad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c7ac3f - Browse repository at this point
Copy the full SHA 0c7ac3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b714287 - Browse repository at this point
Copy the full SHA b714287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf6604 - Browse repository at this point
Copy the full SHA 4cf6604View commit details -
Fix an error in the documentation of the ci/build_common.sh script wh…
…ich mentions -arch=80 instead of -arch 80 (NVIDIA#2574)
Configuration menu - View commit details
-
Copy full SHA for 31ab4bd - Browse repository at this point
Copy the full SHA 31ab4bdView commit details -
gcc-14 gained the ability to mangle
noexcept
expressions (NVIDIA#2565)* gcc-14 gained the ability to mangle `noexcept` expressions * Update libcudacxx/include/cuda/std/__concepts/__concept_macros.h --------- Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 652f5ec - Browse repository at this point
Copy the full SHA 652f5ecView commit details -
Miscellaneous simple fixes (NVIDIA#2575)
* Do not include our own string.h file (NVIDIA#2444) That might conflict with the host standard library * Add missing `` in docs/cub/index.rst * Very minor grammar fix in docs/cub/index.rst * Remove outdated "Getting The Thrust Source Code" section. * Fix TEST_THRUST_PATH in c/parallel/test/CMakeLists.txt (looks like a copy-paste-forgot-to-modify-oversight) * Remove a stray semicolon in c/parallel/src/reduce.cu (functionally inconsequential). * Fix a memory leak in c/parallel/test/c2h.h (this leak is only in a test and most likely not critical at all). --------- Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5bc208 - Browse repository at this point
Copy the full SHA f5bc208View commit details -
Avoid including
yvals.h
when the compiler is not MSVC. (NVIDIA#2545)* Only include yvals when the compiler is MSVC * Use the right check --------- Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7e7ffd - Browse repository at this point
Copy the full SHA a7e7ffdView commit details -
Fix popc.h when architecture is not x86 on MSVC. (NVIDIA#2524)
* Fix popc when architecture is not x86 * Update libcudacxx/include/cuda/std/__bit/popc.h --------- Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac1e957 - Browse repository at this point
Copy the full SHA ac1e957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7fb97 - Browse repository at this point
Copy the full SHA 8c7fb97View commit details -
fix the forwarding of the receiver in the
just_from
algorithm (NVID……IA#2569) * fix the forwarding of the receiver in the `just_from` algorithm * suppress clang deprecation warning about `prop` and `env` * suppress clang warning about unknown diagnostic
Configuration menu - View commit details
-
Copy full SHA for 140ad31 - Browse repository at this point
Copy the full SHA 140ad31View commit details -
Block type pack indexing on NVCC (NVIDIA#2563)
* Block type indexing if the compiler is NVCC. Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeee99e - Browse repository at this point
Copy the full SHA aeee99eView commit details -
Cleanup the semaphore headers (NVIDIA#2441)
* Move `__atomic_semaphore_base` to its own file * Move `counting_semaphore` to its own file * Move `cuda::counting_semaphore` to its own file * Cleanup the semaphore headers
Configuration menu - View commit details
-
Copy full SHA for 0bb59e5 - Browse repository at this point
Copy the full SHA 0bb59e5View commit details -
Add
_CCCL_GRID_CONSTANT
macro (NVIDIA#2530)* add _CCCL_GRID_CONSTANT__
Configuration menu - View commit details
-
Copy full SHA for e211869 - Browse repository at this point
Copy the full SHA e211869View commit details -
Add
_CCCL_RESTRICT
macro (NVIDIA#2529)* add _CCCL_RESTRICT macro
Configuration menu - View commit details
-
Copy full SHA for 9a110f2 - Browse repository at this point
Copy the full SHA 9a110f2View commit details -
Try to use the same redefinition of
__assert_fail
as pytorch has (N……VIDIA#2577) * Try to use the same redefinition of `__assert_fail` as pytorch has * Also dont use the `__THROW` macro as that might be undefined
Configuration menu - View commit details
-
Copy full SHA for 14ce44a - Browse repository at this point
Copy the full SHA 14ce44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca8e39 - Browse repository at this point
Copy the full SHA dca8e39View commit details -
Expose parts of
<cuda/std/memory>
(NVIDIA#2502)This exposes some parts of `<memory>` that are frequently used and safe to use everywhere. We do not expose some features like allocators and smart pointers until we are sure that they are usefull and properly implemented. Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e10c75d - Browse repository at this point
Copy the full SHA e10c75dView commit details -
add a config macro for testing support for inline variables (NVIDIA#2581
) * add a config macro for testing support for inline variables * Drop `_LIBCUDACXX_` macros * Use a consistent macro for enabling variable templates * Move it in repo.toml --------- Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 134f087 - Browse repository at this point
Copy the full SHA 134f087View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c3a47 - Browse repository at this point
Copy the full SHA f9c3a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4dcf2 - Browse repository at this point
Copy the full SHA ba4dcf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0e4a4 - Browse repository at this point
Copy the full SHA 6d0e4a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8814d3a - Browse repository at this point
Copy the full SHA 8814d3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ad95c2 - Browse repository at this point
Copy the full SHA 3ad95c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for da42da8 - Browse repository at this point
Copy the full SHA da42da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d41d4bb - Browse repository at this point
Copy the full SHA d41d4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ece9600 - Browse repository at this point
Copy the full SHA ece9600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6e6fd - Browse repository at this point
Copy the full SHA 4d6e6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 122641f - Browse repository at this point
Copy the full SHA 122641fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f95cc2 - Browse repository at this point
Copy the full SHA 8f95cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110021d - Browse repository at this point
Copy the full SHA 110021dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f55337 - Browse repository at this point
Copy the full SHA 5f55337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7707c - Browse repository at this point
Copy the full SHA 4a7707cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd17a0 - Browse repository at this point
Copy the full SHA dfd17a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ac3d0 - Browse repository at this point
Copy the full SHA 44ac3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e50703 - Browse repository at this point
Copy the full SHA 8e50703View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73a19e - Browse repository at this point
Copy the full SHA a73a19eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 714ca04 - Browse repository at this point
Copy the full SHA 714ca04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a558cec - Browse repository at this point
Copy the full SHA a558cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2f964 - Browse repository at this point
Copy the full SHA 9c2f964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a77c4 - Browse repository at this point
Copy the full SHA 81a77c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f949dd8 - Browse repository at this point
Copy the full SHA f949dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f6083 - Browse repository at this point
Copy the full SHA 75f6083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f96d3 - Browse repository at this point
Copy the full SHA 65f96d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d98d5b - Browse repository at this point
Copy the full SHA 2d98d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbe194e - Browse repository at this point
Copy the full SHA bbe194eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a79e7 - Browse repository at this point
Copy the full SHA 23a79e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b79f13 - Browse repository at this point
Copy the full SHA 1b79f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0903c8e - Browse repository at this point
Copy the full SHA 0903c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e64e8 - Browse repository at this point
Copy the full SHA 23e64e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3558aa9 - Browse repository at this point
Copy the full SHA 3558aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1860f - Browse repository at this point
Copy the full SHA bb1860fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0ef9f - Browse repository at this point
Copy the full SHA 1f0ef9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d139f - Browse repository at this point
Copy the full SHA 91d139fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c8da0 - Browse repository at this point
Copy the full SHA 27c8da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d4b17 - Browse repository at this point
Copy the full SHA 69d4b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4750661 - Browse repository at this point
Copy the full SHA 4750661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc117c - Browse repository at this point
Copy the full SHA 0cc117cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47de30c - Browse repository at this point
Copy the full SHA 47de30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f66b4 - Browse repository at this point
Copy the full SHA c6f66b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0428790 - Browse repository at this point
Copy the full SHA 0428790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7483dcd - Browse repository at this point
Copy the full SHA 7483dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfe9b1 - Browse repository at this point
Copy the full SHA 0cfe9b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d16094a - Browse repository at this point
Copy the full SHA d16094aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aaff27 - Browse repository at this point
Copy the full SHA 1aaff27View commit details -
Configuration menu - View commit details
-
Copy full SHA for e96bfd1 - Browse repository at this point
Copy the full SHA e96bfd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65eec56 - Browse repository at this point
Copy the full SHA 65eec56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5162d73 - Browse repository at this point
Copy the full SHA 5162d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66471c6 - Browse repository at this point
Copy the full SHA 66471c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64da8d2 - Browse repository at this point
Copy the full SHA 64da8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2659d10 - Browse repository at this point
Copy the full SHA 2659d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62bbc4 - Browse repository at this point
Copy the full SHA a62bbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d7591 - Browse repository at this point
Copy the full SHA 27d7591View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e4bf4 - Browse repository at this point
Copy the full SHA 63e4bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610671c - Browse repository at this point
Copy the full SHA 610671cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa5b34 - Browse repository at this point
Copy the full SHA cfa5b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e9902f - Browse repository at this point
Copy the full SHA 5e9902fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d61327 - Browse repository at this point
Copy the full SHA 4d61327View commit details -
Configuration menu - View commit details
-
Copy full SHA for 479961c - Browse repository at this point
Copy the full SHA 479961cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018c596 - Browse repository at this point
Copy the full SHA 018c596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4344702 - Browse repository at this point
Copy the full SHA 4344702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8e67c - Browse repository at this point
Copy the full SHA 1d8e67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb0313 - Browse repository at this point
Copy the full SHA 4fb0313View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62631eb - Browse repository at this point
Copy the full SHA 62631ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b3b23 - Browse repository at this point
Copy the full SHA a1b3b23View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d06bc2 - Browse repository at this point
Copy the full SHA 6d06bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 517e32c - Browse repository at this point
Copy the full SHA 517e32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 779cf70 - Browse repository at this point
Copy the full SHA 779cf70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4926252 - Browse repository at this point
Copy the full SHA 4926252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948d3bb - Browse repository at this point
Copy the full SHA 948d3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c05e3dc - Browse repository at this point
Copy the full SHA c05e3dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212fc31 - Browse repository at this point
Copy the full SHA 212fc31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6b2664 - Browse repository at this point
Copy the full SHA e6b2664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9667105 - Browse repository at this point
Copy the full SHA 9667105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15570b1 - Browse repository at this point
Copy the full SHA 15570b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4503cdb - Browse repository at this point
Copy the full SHA 4503cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d229eed - Browse repository at this point
Copy the full SHA d229eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821b556 - Browse repository at this point
Copy the full SHA 821b556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60003c2 - Browse repository at this point
Copy the full SHA 60003c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32696a - Browse repository at this point
Copy the full SHA c32696aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74bc606 - Browse repository at this point
Copy the full SHA 74bc606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b6186 - Browse repository at this point
Copy the full SHA 94b6186View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e8374 - Browse repository at this point
Copy the full SHA d7e8374View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd71c42 - Browse repository at this point
Copy the full SHA dd71c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f0cdd - Browse repository at this point
Copy the full SHA 34f0cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3981e16 - Browse repository at this point
Copy the full SHA 3981e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 796c585 - Browse repository at this point
Copy the full SHA 796c585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ab5686 - Browse repository at this point
Copy the full SHA 2ab5686View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef4c8c4 - Browse repository at this point
Copy the full SHA ef4c8c4View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b3c844 - Browse repository at this point
Copy the full SHA 7b3c844View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cad8a - Browse repository at this point
Copy the full SHA 48cad8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fefcb9 - Browse repository at this point
Copy the full SHA 6fefcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988b166 - Browse repository at this point
Copy the full SHA 988b166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76dd67b - Browse repository at this point
Copy the full SHA 76dd67bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0fce4 - Browse repository at this point
Copy the full SHA ca0fce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c08ffb - Browse repository at this point
Copy the full SHA 5c08ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6157a46 - Browse repository at this point
Copy the full SHA 6157a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa97444 - Browse repository at this point
Copy the full SHA aa97444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1342c95 - Browse repository at this point
Copy the full SHA 1342c95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f872ec - Browse repository at this point
Copy the full SHA 6f872ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 745f51c - Browse repository at this point
Copy the full SHA 745f51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6941302 - Browse repository at this point
Copy the full SHA 6941302View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc654cb - Browse repository at this point
Copy the full SHA cc654cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba81530 - Browse repository at this point
Copy the full SHA ba81530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb894d - Browse repository at this point
Copy the full SHA 2fb894dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5df2ad - Browse repository at this point
Copy the full SHA f5df2adView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc60b7d - Browse repository at this point
Copy the full SHA cc60b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2793e - Browse repository at this point
Copy the full SHA 7f2793eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 970cb09 - Browse repository at this point
Copy the full SHA 970cb09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42197cd - Browse repository at this point
Copy the full SHA 42197cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for da83e9f - Browse repository at this point
Copy the full SHA da83e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8109fd - Browse repository at this point
Copy the full SHA a8109fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680d2d3 - Browse repository at this point
Copy the full SHA 680d2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea9eb6 - Browse repository at this point
Copy the full SHA 6ea9eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bf781 - Browse repository at this point
Copy the full SHA 75bf781View commit details -
Configuration menu - View commit details
-
Copy full SHA for a50cbb5 - Browse repository at this point
Copy the full SHA a50cbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64af74d - Browse repository at this point
Copy the full SHA 64af74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee36d9d - Browse repository at this point
Copy the full SHA ee36d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5354e - Browse repository at this point
Copy the full SHA 5c5354eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d97d17 - Browse repository at this point
Copy the full SHA 7d97d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for df8f646 - Browse repository at this point
Copy the full SHA df8f646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 538c418 - Browse repository at this point
Copy the full SHA 538c418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37926fa - Browse repository at this point
Copy the full SHA 37926faView commit details -
Configuration menu - View commit details
-
Copy full SHA for af527df - Browse repository at this point
Copy the full SHA af527dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cca3dd - Browse repository at this point
Copy the full SHA 3cca3ddView commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9fa173 - Browse repository at this point
Copy the full SHA c9fa173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be7346 - Browse repository at this point
Copy the full SHA 0be7346View commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eab1fb4 - Browse repository at this point
Copy the full SHA eab1fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b49f1 - Browse repository at this point
Copy the full SHA 97b49f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95dad9c - Browse repository at this point
Copy the full SHA 95dad9cView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7246269 - Browse repository at this point
Copy the full SHA 7246269View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e6bb8 - Browse repository at this point
Copy the full SHA d6e6bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1866c21 - Browse repository at this point
Copy the full SHA 1866c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b805c - Browse repository at this point
Copy the full SHA 11b805cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f7654 - Browse repository at this point
Copy the full SHA f1f7654View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda4cef - Browse repository at this point
Copy the full SHA eda4cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65914b4 - Browse repository at this point
Copy the full SHA 65914b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0a325 - Browse repository at this point
Copy the full SHA 3b0a325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fdc09c - Browse repository at this point
Copy the full SHA 0fdc09cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 737c34e - Browse repository at this point
Copy the full SHA 737c34eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b5098 - Browse repository at this point
Copy the full SHA 42b5098View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d9e1f6 - Browse repository at this point
Copy the full SHA 1d9e1f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936a63c - Browse repository at this point
Copy the full SHA 936a63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa81ea9 - Browse repository at this point
Copy the full SHA fa81ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a1490 - Browse repository at this point
Copy the full SHA b3a1490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c81915 - Browse repository at this point
Copy the full SHA 8c81915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1af94 - Browse repository at this point
Copy the full SHA 4b1af94View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad06b11 - Browse repository at this point
Copy the full SHA ad06b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2788334 - Browse repository at this point
Copy the full SHA 2788334View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66581c - Browse repository at this point
Copy the full SHA a66581cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4607b4 - Browse repository at this point
Copy the full SHA e4607b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d23e47f - Browse repository at this point
Copy the full SHA d23e47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b01d0f0 - Browse repository at this point
Copy the full SHA b01d0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6352347 - Browse repository at this point
Copy the full SHA 6352347View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad861eb - Browse repository at this point
Copy the full SHA ad861ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9854bce - Browse repository at this point
Copy the full SHA 9854bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4582a50 - Browse repository at this point
Copy the full SHA 4582a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b01299 - Browse repository at this point
Copy the full SHA 3b01299View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42bf98 - Browse repository at this point
Copy the full SHA c42bf98View commit details -
Configuration menu - View commit details
-
Copy full SHA for be78b70 - Browse repository at this point
Copy the full SHA be78b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b81a2 - Browse repository at this point
Copy the full SHA f9b81a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df7889 - Browse repository at this point
Copy the full SHA 8df7889View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dcc4f - Browse repository at this point
Copy the full SHA a1dcc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 354228a - Browse repository at this point
Copy the full SHA 354228aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff7fc0 - Browse repository at this point
Copy the full SHA eff7fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f873a - Browse repository at this point
Copy the full SHA 81f873aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 505b1fa - Browse repository at this point
Copy the full SHA 505b1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b35b8 - Browse repository at this point
Copy the full SHA 90b35b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11cfa23 - Browse repository at this point
Copy the full SHA 11cfa23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8b79c - Browse repository at this point
Copy the full SHA 3b8b79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6506371 - Browse repository at this point
Copy the full SHA 6506371View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b4b36 - Browse repository at this point
Copy the full SHA d4b4b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e726b - Browse repository at this point
Copy the full SHA d6e726bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e194c22 - Browse repository at this point
Copy the full SHA e194c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119eb3c - Browse repository at this point
Copy the full SHA 119eb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for acf9b36 - Browse repository at this point
Copy the full SHA acf9b36View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for db443a2 - Browse repository at this point
Copy the full SHA db443a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc15516 - Browse repository at this point
Copy the full SHA bc15516View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7a4d7 - Browse repository at this point
Copy the full SHA cb7a4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507fa7e - Browse repository at this point
Copy the full SHA 507fa7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6375528 - Browse repository at this point
Copy the full SHA 6375528View commit details -
Configuration menu - View commit details
-
Copy full SHA for e463b8c - Browse repository at this point
Copy the full SHA e463b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b1140 - Browse repository at this point
Copy the full SHA 64b1140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef667e - Browse repository at this point
Copy the full SHA 8ef667eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4372c - Browse repository at this point
Copy the full SHA 8f4372cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d7f33 - Browse repository at this point
Copy the full SHA f1d7f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f2738f - Browse repository at this point
Copy the full SHA 7f2738fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8845aa8 - Browse repository at this point
Copy the full SHA 8845aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c839599 - Browse repository at this point
Copy the full SHA c839599View commit details -
Configuration menu - View commit details
-
Copy full SHA for b295e19 - Browse repository at this point
Copy the full SHA b295e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb58140 - Browse repository at this point
Copy the full SHA eb58140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98014f9 - Browse repository at this point
Copy the full SHA 98014f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714d11f - Browse repository at this point
Copy the full SHA 714d11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7596806 - Browse repository at this point
Copy the full SHA 7596806View commit details -
Revert "use a fallback source_location for old CUDA versions on MSVC"
This reverts commit 98014f9.
Configuration menu - View commit details
-
Copy full SHA for 1113130 - Browse repository at this point
Copy the full SHA 1113130View commit details -
Configuration menu - View commit details
-
Copy full SHA for d160e07 - Browse repository at this point
Copy the full SHA d160e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5deb3 - Browse repository at this point
Copy the full SHA 7b5deb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae545f8 - Browse repository at this point
Copy the full SHA ae545f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33e12b - Browse repository at this point
Copy the full SHA c33e12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bacff41 - Browse repository at this point
Copy the full SHA bacff41View commit details -
Configuration menu - View commit details
-
Copy full SHA for bacdf44 - Browse repository at this point
Copy the full SHA bacdf44View commit details -
Co-authored-by: Michael Schellenberger Costa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f093e7 - Browse repository at this point
Copy the full SHA 0f093e7View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b26dcbc - Browse repository at this point
Copy the full SHA b26dcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b2c46 - Browse repository at this point
Copy the full SHA 34b2c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc25e83 - Browse repository at this point
Copy the full SHA fc25e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb9544 - Browse repository at this point
Copy the full SHA feb9544View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37bbaa0 - Browse repository at this point
Copy the full SHA 37bbaa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7fc537 - Browse repository at this point
Copy the full SHA e7fc537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 985523e - Browse repository at this point
Copy the full SHA 985523eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f9421 - Browse repository at this point
Copy the full SHA a9f9421View commit details