Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host CUDA blog-posts in juliagpu.org again. #41

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions post/2023-09-19-cuda_5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ abstract = """

{{abstract}}

{{ redirect "https://info.juliahub.com/cuda-jl-5-0-changes" }}


<!--

## Integrated profiler

Expand Down Expand Up @@ -178,5 +174,3 @@ toolkit, you will automatically get the latest version supported by your CUDA dr
[`gemv`](https://github.com/JuliaGPU/CUDA.jl/pull/1981) and
[`svd`](https://github.com/JuliaGPU/CUDA.jl/pull/2063) (by
[@lpawela](https://github.com/lpawela) and [@nikopj](https://github.com/nikopj).
-->
6 changes: 0 additions & 6 deletions post/2023-11-07-cuda_5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ abstract = """

{{abstract}}

{{ redirect "https://info.juliahub.com/cuda-jl-5-1-unified-memory" }}

<!--
# CUDA.jl 5.1: Unified memory and cooperative groups

CUDA.jl 5.1 greatly improves the support of two important parts of the CUDA toolkit: unified
Expand Down Expand Up @@ -206,5 +202,3 @@ Apart from these two major features, CUDA.jl 5.1 also includes a number of small
- Improvements to the native profiler (`CUDA.@profiler`), now also showing local memory
usage, supporting more NVTX metadata, and with better support for Pluto.jl and Jupyter
- Many CUSOLVER and CUSPARSE improvements by [@amontoison](https://github.com/amontoison)
-->
Loading