diff --git a/Registry.toml b/Registry.toml index 632611044b69fcb..799b2238c30a75d 100644 --- a/Registry.toml +++ b/Registry.toml @@ -5136,6 +5136,7 @@ some amount of consideration when choosing package names. 71cc7b0d-25ae-54b3-b08b-36363cca7c2f = { name = "VMEC_jll", path = "jll/V/VMEC_jll" } 71ce3a53-bc01-4ee9-b4af-5ce581ee5149 = { name = "Pitches", path = "P/Pitches" } 71cfaeeb-f3e6-59e7-80b9-1b8c23d8f010 = { name = "RTLSDR", path = "R/RTLSDR" } +71d1d633-e7e8-4a92-83a1-de8814b09ba8 = { name = "SPIRVIntrinsics", path = "S/SPIRVIntrinsics" } 71d5d903-a9d4-4e03-9846-ef3fdeefd64d = { name = "SimulinkSDIImporter", path = "S/SimulinkSDIImporter" } 71dbed6d-20b0-48c6-bb22-c3e423edce76 = { name = "MPIAsyncPools", path = "M/MPIAsyncPools" } 71e1c77a-176e-49fd-a90f-f84a4a948e95 = { name = "SimpleCaching", path = "S/SimpleCaching" } diff --git a/S/SPIRVIntrinsics/Compat.toml b/S/SPIRVIntrinsics/Compat.toml new file mode 100644 index 000000000000000..00109286a171cab --- /dev/null +++ b/S/SPIRVIntrinsics/Compat.toml @@ -0,0 +1,5 @@ +[0] +ExprTools = "0.1" +LLVM = "9.1.0-9" +SpecialFunctions = "1.3.0-2" +julia = "1.10.0-1" diff --git a/S/SPIRVIntrinsics/Deps.toml b/S/SPIRVIntrinsics/Deps.toml new file mode 100644 index 000000000000000..41f012331167061 --- /dev/null +++ b/S/SPIRVIntrinsics/Deps.toml @@ -0,0 +1,4 @@ +[0] +ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04" +LLVM = "929cbde3-209d-540e-8aea-75f648917ca0" +SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" diff --git a/S/SPIRVIntrinsics/Package.toml b/S/SPIRVIntrinsics/Package.toml new file mode 100644 index 000000000000000..df12a1f3761ef97 --- /dev/null +++ b/S/SPIRVIntrinsics/Package.toml @@ -0,0 +1,4 @@ +name = "SPIRVIntrinsics" +uuid = "71d1d633-e7e8-4a92-83a1-de8814b09ba8" +repo = "https://github.com/JuliaGPU/OpenCL.jl.git" +subdir = "lib/intrinsics" diff --git a/S/SPIRVIntrinsics/Versions.toml b/S/SPIRVIntrinsics/Versions.toml new file mode 100644 index 000000000000000..5caaa4f35dd067f --- /dev/null +++ b/S/SPIRVIntrinsics/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "40ed5bd6c437283151408e4227b1f6a4e2096853"