Skip to content

Commit

Permalink
Deploying to gh-pages from @ f48b2b2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 28, 2024
1 parent 352f9ac commit db91fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -148,7 +148,7 @@ <h1>CUDA.jl 5.4: Memory management mayhem</h1>

<!-- Content appended here -->

<p>CUDA.jl 5.4 is an important release that comes with many memory-management related changes, improving the performance and usability of several key features.</p>
<p>CUDA.jl 5.4 comes with many memory-management related changes that should improve performance of memory-heavy applications, and make it easier to work with heterogeneous set-ups involving multiple GPUs or using both the CPU and GPU.</p>
<p>Before anything else, let&#39;s get the breaking changes out of the way. CUDA.jl v5.4 only bumps the minor version, so it should be compatible with existing codebases. However, there are a couple of API changes that, although covered by appropriate deprecation warnings, applications should be updated to:</p>
<ul>
<li><p>The <code>CUDA.Mem</code> submodule has been removed. All identifiers have been moved to the parent <code>CUDA</code> submodule, with a couple being renamed in the process:</p>
Expand Down
4 changes: 2 additions & 2 deletions previews/PR44/post/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<title><![CDATA[CUDA.jl 5.4: Memory management mayhem]]></title>
<link>https://juliagpu.org/post/2024-05-28-cuda_5.4/index.html</link>
<guid>https://juliagpu.org/2024-05-28-cuda_5.4/</guid>
<description><![CDATA[CUDA.jl 5.4 is an important release that comes with many memory-management related changes, improving the performance and usability of several key features.]]></description>
<description><![CDATA[CUDA.jl 5.4 comes with many memory-management related changes that should improve performance of memory-heavy applications, and make it easier to work with heterogeneous set-ups involving multiple GPUs or using both the CPU and GPU.]]></description>

<content:encoded><![CDATA[
<p>CUDA.jl 5.4 is an important release that comes with many memory-management related changes, improving the performance and usability of several key features.</p>
<p>CUDA.jl 5.4 comes with many memory-management related changes that should improve performance of memory-heavy applications, and make it easier to work with heterogeneous set-ups involving multiple GPUs or using both the CPU and GPU.</p>
<p>Before anything else, let&#39;s get the breaking changes out of the way. CUDA.jl v5.4 only bumps the minor version, so it should be compatible with existing codebases. However, there are a couple of API changes that, although covered by appropriate deprecation warnings, applications should be updated to:</p>
<ul>
<li><p>The <code>CUDA.Mem</code> submodule has been removed. All identifiers have been moved to the parent <code>CUDA</code> submodule, with a couple being renamed in the process:</p>
Expand Down

0 comments on commit db91fc7

Please sign in to comment.