Skip to content
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

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f1e443e
101
soufianekhiat Apr 16, 2024
e0db16b
Add HLSL types
soufianekhiat Apr 16, 2024
02c54d6
Move to global parameter without semantic
soufianekhiat Apr 16, 2024
06777f7
comment for context
soufianekhiat Apr 16, 2024
9364f60
Fix compilation
soufianekhiat Apr 17, 2024
7e62b31
add comment
soufianekhiat Apr 24, 2024
57ca837
Merge branch 'main' of https://github.com/halide/Halide into sk/d3d12…
soufianekhiat Aug 27, 2024
ccab484
.
soufianekhiat Aug 27, 2024
b87f2b1
Fix _Float16 detection on ARM64 GCC<13 (#8401)
alexreinking Aug 29, 2024
97eeaf0
Update README.md (#8404)
abadams Sep 2, 2024
b3c8c8b
Support CMAKE_OSX_ARCHITECTURES (#8390)
alexreinking Sep 4, 2024
95ebd01
Pip packaging at last! (#8405)
alexreinking Sep 4, 2024
3a34741
Big documentation update (#8410)
alexreinking Sep 5, 2024
63609cc
Document how to find Halide from a pip installation (#8411)
alexreinking Sep 6, 2024
37300e3
Merge pull request #8412
alexreinking Sep 6, 2024
f658eec
Fix classifier spelling (#8413)
alexreinking Sep 7, 2024
07fecc9
Make run-clang-tidy.sh work on macOS (#8416)
alexreinking Sep 9, 2024
3e6e7e0
Link to PyPI from Doxygen index.html (#8415)
alexreinking Sep 9, 2024
a65221b
Include our Markdown documentation in the Doxygen site. (#8417)
alexreinking Sep 10, 2024
6fb13b7
Add missing backslash (#8419)
abadams Sep 15, 2024
4d368bf
Reschedule the matrix multiply performance app (#8418)
abadams Sep 15, 2024
c8dcb4c
Fix for top-of-tree LLVM (#8421)
steven-johnson Sep 17, 2024
53124cd
Upgrade LLVM to 19.1.0 in pip package (#8423)
alexreinking Sep 20, 2024
9a02890
Some minor fixes for C++23 compilation errors. (#8422)
zvookin Sep 23, 2024
e55bd6f
Fix for top-of-tree LLVM (#8425)
steven-johnson Sep 24, 2024
c4bb007
101
soufianekhiat Apr 16, 2024
9eee871
Add HLSL types
soufianekhiat Apr 16, 2024
d7cb596
Move to global parameter without semantic
soufianekhiat Apr 16, 2024
5b38030
comment for context
soufianekhiat Apr 16, 2024
4c27435
Fix compilation
soufianekhiat Apr 17, 2024
b54e152
add comment
soufianekhiat Apr 24, 2024
dd9b264
.
soufianekhiat Aug 27, 2024
c67a2ab
Merge branch 'sk/d3d12_hlsl_6' of https://github.com/soufianekhiat/Ha…
soufianekhiat Sep 25, 2024
b01b822
iter
soufianekhiat Sep 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
*.png binary
*.jpg binary
*.tiff binary

# Freeze version information in git archives
.git_archival.txt export-subst
Loading