-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (30 loc) · 922 Bytes
/
Project.toml
File metadata and controls
35 lines (30 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name = "cuTile"
uuid = "0dea8319-8c4a-4662-a73d-20234d115b9a"
version = "0.2.1"
authors = ["Tim Besard <tim.besard@gmail.com>"]
[workspace]
projects = ["test", "examples"]
[deps]
BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b"
CUDA_Compiler_jll = "d1e2174e-dfdc-576e-b43e-73b79eb1aca8"
CUDA_Tile_jll = "2068806d-a867-5dbd-af0e-42c2eb5d895d"
CompilerCaching = "9db33cc3-5358-4881-8759-fa4194144afd"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
IRStructurizer = "93e32bba-5bb8-402b-805d-ffb066edee93"
[weakdeps]
CUDACore = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2"
DLFP8Types = "f4c16678-4a16-415b-82ef-ed337c5d6c7c"
[extensions]
CUDAExt = "CUDACore"
DLFP8TypesExt = "DLFP8Types"
[compat]
BFloat16s = "0.6"
CUDA_Compiler_jll = "0.4"
CUDA_Tile_jll = "13.1"
CUDACore = "6"
CompilerCaching = "0.2"
EnumX = "1.0"
GPUArrays = "11"
IRStructurizer = "0.5.3"
julia = "1.11"