-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Add support for optional kernel features in AOT x86_64 compilation #14590
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
[SYCL] Add support for optional kernel features in AOT x86_64 compilation #14590
Conversation
| // REQUIRES: ocloc, opencl-aot | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s | ||
| // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -o %t.x86.out %s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also REQUIRES: opencl-aot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sycl/test-e2e/AOT/half.cpp
Outdated
|
|
||
| // REQUIRES: ocloc, opencl-aot | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please apply a similar fix that I have proposed in #14588, as written this will fail on Windows once I enable windows aot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // REQUIRES: ocloc, opencl-aot | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s | ||
| // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_cfl -o %t.cfl.out %s | ||
| // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -o %t.x86.out %s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question about REQUIRES
sarnex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my flags are resolved, thanks!
|
BTW I finally enabled Windows AOT in our CI, if you want to have the best testing I recommend merging sycl/HEAD and letting tests run, in the Windows Gen12 logs you should see and that means it's working Thanks and sorry for the trouble |
No description provided.