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

Add support for dcompute/directX #4181

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thewilsonator
Copy link
Contributor

@thewilsonator thewilsonator commented Sep 17, 2022

Still very WIP, the backend is also in development. Just putting this up here. fixes #3364

@thewilsonator
Copy link
Contributor Author

cc @TurkeyMan

@@ -0,0 +1,6 @@
// REQUIRES: target_DirectX
// RUN: %ldc -c -mdcompute-targets=dx-630 -m64 -mdcompute-file-prefix=directx -output-ll %s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps add a basic sanity check for the IR output?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whence why this is still WIP, I'm trying to figure out what that is supposed to be (and have more than a no-op kernel as an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DirectX compute backend
2 participants