From e9f2d78a31107370b9c21f267b32faec009fcd3d Mon Sep 17 00:00:00 2001 From: Huiyu Xie Date: Thu, 28 Nov 2024 17:57:03 -1000 Subject: [PATCH] Fix small typos from README.md (#84) * Update * Typos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16bbcab..faa55d8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ TrixiCUDA.jl offers CUDA acceleration for solving hyperbolic PDEs. - Documentation specific to this package can be found at https://trixi-gpu.github.io/TrixiCUDA.jl/dev (in development). *Update on Sep 16, 2024*: -- GPU-related tests are run now locally rather than on CI. Once the repository is ready to publish, we will set up JuliaGPU CI infrastructure to run tests on a system with a GPU using [JuliaGPU Buildkite](https://github.com/JuliaGPU/buildkite). +- GPU-related tests are run now locally rather than on CI. Once the package is ready to publish, we will set up JuliaGPU CI infrastructure to run tests on a system with a GPU using [JuliaGPU Buildkite](https://github.com/JuliaGPU/buildkite). + # Package Installation The package is now in pre-release status and will be registered once the initial release version is published. We want to make sure most key features are ready and optimizations are done before we roll out the first release.