-
Notifications
You must be signed in to change notification settings - Fork 787
[CI] Automatically detect AMD architecture #16071
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
Changes from all commits
2d28503
9f48bd6
22641d9
a01f872
8494ca5
48b6502
7db9bff
0061488
b666f7b
75f90f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
// | ||
//===----------------------------------------------------------------------===// | ||
|
||
// RUN: %{build} -fsycl -fsycl-targets=amd_gpu_gfx90a %s -o %t.out | ||
// RUN: %clangxx -fsycl -fsycl-targets=amd_gpu_gfx90a %s -o %t.out | ||
// RUN: %{run} %t.out | ||
|
||
// REQUIRES: gpu-amd-gfx90a | ||
// REQUIRES: arch-amd_gpu_gfx90a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this change is just to remove a hack in the testing infra, should be exactly the same functionally There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hey, just wondering if you were able to build and run these gfx90a tests. AFAIK we don't have these in our CI, so I don't think they ever ran. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah i actually tested on the one AMD machine i know not in our CI and it happens to be gfx90a (MI250) |
||
|
||
#include "joint_matrix_hip_apply.hpp" | ||
#include "joint_matrix_hip_copy.hpp" | ||
|
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.
This change is a bug fix, we shouldn't use
%{build}
if we're setting-fsycl-targets
/choosing file and output