-
Notifications
You must be signed in to change notification settings - Fork 62
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
d4ce529
commit 2638c80
Showing
7 changed files
with
203 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
module cl12spir { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl20spir { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl12spir64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl20spir64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl12spirfp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl20spirfp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl12spir64fp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} | ||
module cl20spir64fp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
export * | ||
} |
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