https://github.com/juliagpu/juliagpu.org
The JuliaGPU landing page.
https://github.com/juliagpu/juliagpu.org
Last synced: 12 months ago
JSON representation
The JuliaGPU landing page.
- Host: GitHub
- URL: https://github.com/juliagpu/juliagpu.org
- Owner: JuliaGPU
- Created: 2019-12-11T14:39:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T18:30:27.000Z (about 1 year ago)
- Last Synced: 2025-06-04T03:54:15.062Z (about 1 year ago)
- Language: HTML
- Homepage: http://juliagpu.org/
- Size: 13.2 MB
- Stars: 24
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JuliaGPU website
This repository hosts the [landing page of the JuliaGPU organization](https://juliagpu.org/).
It is intended to quickly describe the GPU programming capabilities of the Julia programming
language, and point to relevant resources for each of the GPU platforms.
The website is built with [Franklin.jl](https://github.com/tlienart/Franklin.jl), and the
master branch is automatically deployed by Github Actions.
## Quick start
To view the site locally, install Franklin and run `serve()` in the root of this repository.
A manifest is provided to exactly reproduce the package dependencies as used by CI.
For deploying to `juliagpu.org`, just create a pull request. A comment will appear with a
link to a preview of the website. Once the PR is merged to master, CI will automatically
build the website and deploy to Github pages.