This repository was archived by the owner on Mar 28, 2023. It is now read-only.
forked from llvm/llvm-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL][CUDA][HIP] Expand Config/select_device.cpp for CUDA and HIP #1086
Merged
againull
merged 21 commits into
intel:intel
from
sami-hatna66:select_device.cpp-CUDA-HIP-support
Aug 9, 2022
Merged
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0bdcce9
WRITE_DEVICE_INFO now passes for CUDA and HIP backends
sami-hatna66 7f3d8b6
WRITE_PLATFORM_INFO now passes for CUDA and HIP backends
sami-hatna66 a883df0
Add backend::level_zero to conditions (guard for when ext_oneapi_leve…
sami-hatna66 326b7f1
Delete select_device.out
sami-hatna66 4ee23ba
Delete select_device_config.txt
sami-hatna66 88852fd
Delete SYCL/Config/.vscode directory
sami-hatna66 14239f3
Add backend::level_zero to conditions (guard for when ext_oneapi_lev…
sami-hatna66 8d7f4c0
WRITE_PLATFORM_ERROR_INFO now passes for CUDA and HIP backends
sami-hatna66 3f076c9
WRITE_REG_EX_INFO now passes for CUDA and HIP backends
sami-hatna66 eab7564
WRITE_DEVICE_MULTI_INFO and WRITE_DEVICE_MALFORMED_INFO now pass for …
sami-hatna66 abae4d6
WRITE_PLATFORM_MALFORMED_INFO now passes for CUDA and HIP backends
sami-hatna66 4e1e021
WRITE_DRIVER_MALFORMED_INFO now passes for CUDA and HIP backends
sami-hatna66 7f55e89
WRITE_PLATVER_MALFORMED_INFO now passes for CUDA and HIP backends
sami-hatna66 90697f3
Update top comment
sami-hatna66 499f6a4
[SYCL][HIP][CUDA] Merge pull request #1 from sami-hatna66/modify_sele…
sami-hatna66 dd2740e
Ran clang-format
sami-hatna66 b4bbac1
Readded %GPU_RUN_PLACEHOLDER to pass CI
sami-hatna66 c0a70ec
Removed deprecated backends
sami-hatna66 8035eac
Delete .vscode directory
sami-hatna66 b49031d
Delete select_device.out
sami-hatna66 ebc8341
Delete select_device_config.txt
sami-hatna66 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"files.associations": { | ||
"*.tcc": "cpp", | ||
"array": "cpp", | ||
"atomic": "cpp", | ||
"hash_set": "cpp", | ||
"strstream": "cpp", | ||
"bit": "cpp", | ||
"bitset": "cpp", | ||
"cctype": "cpp", | ||
"chrono": "cpp", | ||
"clocale": "cpp", | ||
"cmath": "cpp", | ||
"complex": "cpp", | ||
"condition_variable": "cpp", | ||
"csetjmp": "cpp", | ||
"cstdarg": "cpp", | ||
"cstddef": "cpp", | ||
"cstdint": "cpp", | ||
"cstdio": "cpp", | ||
"cstdlib": "cpp", | ||
"cstring": "cpp", | ||
"ctime": "cpp", | ||
"cwchar": "cpp", | ||
"cwctype": "cpp", | ||
"deque": "cpp", | ||
"list": "cpp", | ||
"map": "cpp", | ||
"set": "cpp", | ||
"unordered_map": "cpp", | ||
"unordered_set": "cpp", | ||
"vector": "cpp", | ||
"exception": "cpp", | ||
"algorithm": "cpp", | ||
"functional": "cpp", | ||
"iterator": "cpp", | ||
"memory": "cpp", | ||
"memory_resource": "cpp", | ||
"numeric": "cpp", | ||
"optional": "cpp", | ||
"random": "cpp", | ||
"ratio": "cpp", | ||
"regex": "cpp", | ||
"string": "cpp", | ||
"string_view": "cpp", | ||
"system_error": "cpp", | ||
"tuple": "cpp", | ||
"type_traits": "cpp", | ||
"utility": "cpp", | ||
"hash_map": "cpp", | ||
"fstream": "cpp", | ||
"future": "cpp", | ||
"initializer_list": "cpp", | ||
"iomanip": "cpp", | ||
"iosfwd": "cpp", | ||
"iostream": "cpp", | ||
"istream": "cpp", | ||
"limits": "cpp", | ||
"mutex": "cpp", | ||
"new": "cpp", | ||
"ostream": "cpp", | ||
"shared_mutex": "cpp", | ||
"sstream": "cpp", | ||
"stdexcept": "cpp", | ||
"streambuf": "cpp", | ||
"thread": "cpp", | ||
"cfenv": "cpp", | ||
"cinttypes": "cpp", | ||
"typeinfo": "cpp" | ||
} | ||
} |
This file contains hidden or 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
Binary file not shown.
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
DeviceName:{{Intel\(R\) Iris\(R\) Xe Graphics \[0x9a49\]}},DriverVersion:{{22.06.22433}} | ||
sami-hatna66 marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.