-
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.
Rename opencl-c headers into opencl-c-intel
- Loading branch information
Showing
6 changed files
with
56 additions
and
51 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,60 +1,60 @@ | ||
module cl12spir { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl20spir { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl30spir { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl12spir64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl20spir64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl30spir64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl12spirfp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl20spirfp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl30spirfp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl12spir64fp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl20spir64fp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-base.h" | ||
export * | ||
} | ||
module cl30spir64fp64 { | ||
header "opencl-c.h" | ||
header "opencl-c-base.h" | ||
header "opencl-c-intel.h" | ||
header "opencl-c-intel-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