-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
463a26c
commit f6a8839
Showing
9 changed files
with
1,423 additions
and
540 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/python3 -i | ||
# | ||
# Copyright 2021-2023 The Khronos Group Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# Generic alias for working group-specific API conventions interface. | ||
|
||
# This import should be changed at the repository / working group level to | ||
# specify the correct API's conventions. | ||
|
||
|
||
import os | ||
|
||
from syclconventions import SYCLConventions as APIConventions |
Oops, something went wrong.