From 8fcb421821562e00a41b4db7f6fd910e4f639e62 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Wed, 28 Oct 2020 12:19:29 +0000 Subject: [PATCH] New package: oneAPI v0.1.0 UUID: 8f75cd03-7ff8-4ecb-9b8f-daf728133b1b Repo: https://github.com/JuliaGPU/oneAPI.jl.git Tree: 14d2b8c9a26619ef2c5131f8520a3126cb3d0bb1 Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416 --- O/oneAPI/Compat.toml | 7 +++++++ O/oneAPI/Deps.toml | 13 +++++++++++++ O/oneAPI/Package.toml | 3 +++ O/oneAPI/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 26 insertions(+) create mode 100644 O/oneAPI/Compat.toml create mode 100644 O/oneAPI/Deps.toml create mode 100644 O/oneAPI/Package.toml create mode 100644 O/oneAPI/Versions.toml diff --git a/O/oneAPI/Compat.toml b/O/oneAPI/Compat.toml new file mode 100644 index 000000000000000..8c7e0e515e199b0 --- /dev/null +++ b/O/oneAPI/Compat.toml @@ -0,0 +1,7 @@ +[0] +Adapt = "2" +CEnum = "0.4" +GPUArrays = "6.1.1-6" +GPUCompiler = "0.8.2-0.8" +LLVM = "3" +julia = "1.5.0-1" diff --git a/O/oneAPI/Deps.toml b/O/oneAPI/Deps.toml new file mode 100644 index 000000000000000..9794ebed6691b20 --- /dev/null +++ b/O/oneAPI/Deps.toml @@ -0,0 +1,13 @@ +[0] +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" +CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" +GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" +GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55" +LLVM = "929cbde3-209d-540e-8aea-75f648917ca0" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +NEO_jll = "700fe977-ac61-5f37-bbc8-c6c4b2b6a9fd" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +SPIRV_LLVM_Translator_jll = "4a5d46fc-d8cf-5151-a261-86b458210efb" +SPIRV_Tools_jll = "6ac6d60f-d740-5983-97d7-a4482c0689f4" +oneAPI_Level_Zero_Loader_jll = "13eca655-d68d-5b81-8367-6d99d727ab01" diff --git a/O/oneAPI/Package.toml b/O/oneAPI/Package.toml new file mode 100644 index 000000000000000..5e8f32833de62db --- /dev/null +++ b/O/oneAPI/Package.toml @@ -0,0 +1,3 @@ +name = "oneAPI" +uuid = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b" +repo = "https://github.com/JuliaGPU/oneAPI.jl.git" diff --git a/O/oneAPI/Versions.toml b/O/oneAPI/Versions.toml new file mode 100644 index 000000000000000..0991fe54d3f4660 --- /dev/null +++ b/O/oneAPI/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "14d2b8c9a26619ef2c5131f8520a3126cb3d0bb1" diff --git a/Registry.toml b/Registry.toml index 613abf8f66e4fdf..9861ce432c9a767 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2578,6 +2578,7 @@ some amount of consideration when choosing package names. 8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615 = { name = "EzXML", path = "E/EzXML" } 8f64fb4b-d933-4fa5-a855-09390d771cf3 = { name = "AcuteBenchmark", path = "A/AcuteBenchmark" } 8f6bce27-0656-5410-875b-07a5572985df = { name = "GitForge", path = "G/GitForge" } +8f75cd03-7ff8-4ecb-9b8f-daf728133b1b = { name = "oneAPI", path = "O/oneAPI" } 8fa3689e-f0b9-5420-9873-adf6ccf46f2d = { name = "PETSc_jll", path = "P/PETSc_jll" } 8faf48c0-8b73-11e9-0e63-2155955bfa4d = { name = "NeuralNetDiffEq", path = "N/NeuralNetDiffEq" } 8fb92a4a-34c4-45cc-956f-769d12f66c92 = { name = "Exfiltrator", path = "E/Exfiltrator" }