-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Draft] D3D12Compute: HLSL 6 #8207
base: main
Are you sure you want to change the base?
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1e443e - Browse repository at this point
Copy the full SHA f1e443eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0db16b - Browse repository at this point
Copy the full SHA e0db16bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c54d6 - Browse repository at this point
Copy the full SHA 02c54d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06777f7 - Browse repository at this point
Copy the full SHA 06777f7View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9364f60 - Browse repository at this point
Copy the full SHA 9364f60View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e62b31 - Browse repository at this point
Copy the full SHA 7e62b31View commit details
Commits on Aug 27, 2024
-
Merge branch 'main' of https://github.com/halide/Halide into sk/d3d12…
…_hlsl_6 # Conflicts: # src/Target.cpp
Configuration menu - View commit details
-
Copy full SHA for 57ca837 - Browse repository at this point
Copy the full SHA 57ca837View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccab484 - Browse repository at this point
Copy the full SHA ccab484View commit details
Commits on Aug 29, 2024
-
Fix _Float16 detection on ARM64 GCC<13 (halide#8401)
GCC 12 only supports _Float16 on x86. Support for ARM was added in GCC 13. This causes a build failure in the manylinux_2_28 images.
Configuration menu - View commit details
-
Copy full SHA for b87f2b1 - Browse repository at this point
Copy the full SHA b87f2b1View commit details
Commits on Sep 2, 2024
-
Update README.md (halide#8404)
The instructions for which llvm to acquire were stale
Configuration menu - View commit details
-
Copy full SHA for 97eeaf0 - Browse repository at this point
Copy the full SHA 97eeaf0View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3c8c8b - Browse repository at this point
Copy the full SHA b3c8c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ebd01 - Browse repository at this point
Copy the full SHA 95ebd01View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3a34741 - Browse repository at this point
Copy the full SHA 3a34741View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63609cc - Browse repository at this point
Copy the full SHA 63609ccView commit details -
Merge pull request halide#8412
* Update pip package metadata * Link to the CMake package docs from Doxygen * Fix invalid Doxygen annotation in Serialization.h
Configuration menu - View commit details
-
Copy full SHA for 37300e3 - Browse repository at this point
Copy the full SHA 37300e3View commit details
Commits on Sep 7, 2024
-
Fix classifier spelling (halide#8413)
PyPI rejected this because of a spacing issue.
Configuration menu - View commit details
-
Copy full SHA for f658eec - Browse repository at this point
Copy the full SHA f658eecView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07fecc9 - Browse repository at this point
Copy the full SHA 07fecc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6e7e0 - Browse repository at this point
Copy the full SHA 3e6e7e0View commit details
Commits on Sep 10, 2024
-
Include our Markdown documentation in the Doxygen site. (halide#8417)
A few quirks in the Markdown parser were worked around here. The most notable is that the sequence `]:` causes Doxygen to interpret a would-be link as a trailing reference even if it is not at the start of a line. Duplicating the single bracket reference is a portable workaround, i.e. [winget] ~> [winget][winget] It also doesn't stop interpreting `@` directives inside inline code, so it warns about our use of the `@` as a decorator symbol inside Python.md.
Configuration menu - View commit details
-
Copy full SHA for a65221b - Browse repository at this point
Copy the full SHA a65221bView commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fb13b7 - Browse repository at this point
Copy the full SHA 6fb13b7View commit details -
Reschedule the matrix multiply performance app (halide#8418)
Someone was using this as a reference expert schedule, but it was stale and a bit simplistic for large matrices. I rescheduled it to get a better fraction of peak. This also now demonstrates how to use rfactor to block an sgemm over the k axis.
Configuration menu - View commit details
-
Copy full SHA for 4d368bf - Browse repository at this point
Copy the full SHA 4d368bfView commit details
Commits on Sep 17, 2024
-
Fix for top-of-tree LLVM (halide#8421)
* Fix for top-of-tree LLVM * Update simd_op_check_sve2.cpp
Configuration menu - View commit details
-
Copy full SHA for c8dcb4c - Browse repository at this point
Copy the full SHA c8dcb4cView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53124cd - Browse repository at this point
Copy the full SHA 53124cdView commit details
Commits on Sep 23, 2024
-
Some minor fixes for C++23 compilation errors. (halide#8422)
First is just a requirement that a template be declared before use. Second is removing volatile from non-reference return types. Co-authored-by: Zalman Stern <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a02890 - Browse repository at this point
Copy the full SHA 9a02890View commit details
Commits on Sep 24, 2024
-
Fix for top-of-tree LLVM (halide#8425)
* Fix for top-of-tree LLVM The wasm backend should no longer specialize llvm.wasm.sub.sat* intrinsics, see llvm/llvm-project#109405 * trigger buildbots
Configuration menu - View commit details
-
Copy full SHA for e55bd6f - Browse repository at this point
Copy the full SHA e55bd6fView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4bb007 - Browse repository at this point
Copy the full SHA c4bb007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eee871 - Browse repository at this point
Copy the full SHA 9eee871View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cb596 - Browse repository at this point
Copy the full SHA d7cb596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b38030 - Browse repository at this point
Copy the full SHA 5b38030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c27435 - Browse repository at this point
Copy the full SHA 4c27435View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54e152 - Browse repository at this point
Copy the full SHA b54e152View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9b264 - Browse repository at this point
Copy the full SHA dd9b264View commit details -
Merge branch 'sk/d3d12_hlsl_6' of https://github.com/soufianekhiat/Ha…
…lide into sk/d3d12_hlsl_6
Configuration menu - View commit details
-
Copy full SHA for c67a2ab - Browse repository at this point
Copy the full SHA c67a2abView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b01b822 - Browse repository at this point
Copy the full SHA b01b822View commit details