Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7fc6bfc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 28, 2024
1 parent db91fc7 commit dbb8508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion previews/PR44/post/2024-05-28-cuda_5.4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h2 id="tracked_memory_allocations"><a href="#tracked_memory_allocations" class=
<p>If P2P access between devices is not possible, CUDA.jl will now raise an error instead of throwing an illegal memory access error as it did before:</p>
<pre><code class="language-julia">julia&gt; # Use on incompatible device 2
device&#33;&#40;2&#41;
CuDevice&#40;5&#41;: NVIDIA GeForce GTX 1080 Ti
CuDevice&#40;2&#41;: NVIDIA GeForce GTX 1080 Ti
julia&gt; a .&#43; 1
ERROR: cannot take the GPU address of inaccessible device memory.

Expand Down
2 changes: 1 addition & 1 deletion previews/PR44/post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ julia&gt; a .&#43; 1;</code></pre>
<p>If P2P access between devices is not possible, CUDA.jl will now raise an error instead of throwing an illegal memory access error as it did before:</p>
<pre><code class="language-julia">julia&gt; # Use on incompatible device 2
device&#33;&#40;2&#41;
CuDevice&#40;5&#41;: NVIDIA GeForce GTX 1080 Ti
CuDevice&#40;2&#41;: NVIDIA GeForce GTX 1080 Ti
julia&gt; a .&#43; 1
ERROR: cannot take the GPU address of inaccessible device memory.You are trying to use memory from GPU 0 on GPU 2.
P2P access between these devices is not possible;
Expand Down

0 comments on commit dbb8508

Please sign in to comment.