-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathLocalPreferences.toml
More file actions
29 lines (22 loc) · 1.05 KB
/
Copy pathLocalPreferences.toml
File metadata and controls
29 lines (22 loc) · 1.05 KB
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
[cuTile]
# path to a custom `tileiras` binary, overriding the one provided by
# CUDA_Compiler_jll. the CUDA_ROOT environment variable, as required by
# `tileiras` to pick up parts of the CUDA toolkit it needs, is derived as the
# parent of the binary's bin/ directory; if your local toolkit lives elsewhere,
# set it via the environment.
#tileiras = "/opt/cuda/bin/tileiras"
# bytecode version to emit, overriding the auto-probe of `tileiras`'s
# capabilities. should be a version supported by cuTile.jl.
#bytecode_version = "13.2"
# maximum time in seconds for a `tileiras` invocation. compilation does not
# time out by default.
#compiler_timeout_seconds = 60
# whether to cache compiled kernels on disk. enabled by default.
#disk_cache = true
# the cache's location and capacity belong to Julia's object cache and are
# configured with JULIA_OBJCACHE_PATH and JULIA_OBJCACHE_CAPACITY.
[CUDA_Compiler_jll]
# which CUDA compiler to use. it should not be necessary to set this preference.
#version = "13.4"
# whether to use a local CUDA compiler.
#local = "false"