forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Bindless] Enable non-Vulkan tests on Windows (intel#14045)
Bindless Images should now properly work on Windows, with the exception of Vulkan interop, which requires extra work. Required a few fixes to non-conformant C++ code.
- Loading branch information
Showing
33 changed files
with
11 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %{build} -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %{build} -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_1d_usm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_2d | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_2d_usm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
// REQUIRES: aspect-ext_oneapi_bindless_sampled_image_fetch_3d | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
// REQUIRES: aspect-ext_oneapi_bindless_images_shared_usm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
// REQUIRES: aspect-fp16 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %clangxx -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %{build} -o %t.out | ||
|
1 change: 0 additions & 1 deletion
1
sycl/test-e2e/bindless_images/user_types/mipmap_read_user_type_2D.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %{build} -o %t.out | ||
|
1 change: 0 additions & 1 deletion
1
sycl/test-e2e/bindless_images/user_types/read_write_user_type.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// REQUIRES: linux | ||
// REQUIRES: cuda | ||
|
||
// RUN: %{build} -o %t.out | ||
|