You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/install_tips.md
+22-17Lines changed: 22 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,5 @@
1
1
# Installation Info
2
2
3
-
## Windows OS missing functionality
4
-
5
-
Windows **does not** yet support [Hostcall](@ref), which means that
6
-
some of the functionality does not work, like:
7
-
8
-
- device printing;
9
-
- dynamic memory allocation (from kernels).
10
-
11
-
These hostcalls are sometimes launched when AMDGPU detects that a
12
-
kernel might throw an exception, specifically during conversions, like:
13
-
`Int32(1f0)`.
14
-
15
-
To avoid this, use 'unsafe' conversion option:
16
-
`unsafe_trunc(Int32, 1f0)`.
17
-
18
3
## ROCm system libraries
19
4
20
5
On Linux, AMDGPU.jl queries the location of ROCm libraries through `rocminfo` by default.
@@ -104,10 +89,30 @@ hard_memory_limit = "none"
104
89
# hard_memory_limit = "80 %"
105
90
```
106
91
92
+
## Windows OS missing functionality
93
+
94
+
Windows **does not** yet support [Hostcall](@ref), which means that
95
+
some of the functionality does not work, like:
96
+
97
+
- device printing;
98
+
- dynamic memory allocation (from kernels).
99
+
100
+
These hostcalls are sometimes launched when AMDGPU detects that a
101
+
kernel might throw an exception, specifically during conversions, like:
102
+
`Int32(1f0)`.
103
+
104
+
To avoid this, use 'unsafe' conversion option:
105
+
`unsafe_trunc(Int32, 1f0)`.
106
+
107
107
## Frequently-Asked-Questions
108
108
109
109
### Archlinux
110
110
111
-
For the last few ROCM releases we have seen folks run into issue with the distro-provided builds of ROCM and associated tools. [#770](https://github.com/JuliaGPU/AMDGPU.jl/issues/770), [#696](https://github.com/JuliaGPU/AMDGPU.jl/issues/696), [#767](https://github.com/JuliaGPU/AMDGPU.jl/issues/767)
111
+
For the last few ROCM releases we have seen folks run into
112
+
issue with the distro-provided builds of ROCM and associated tools.
0 commit comments