From 038206e82431cd068308e6daf09248d8f59b498d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 19 Nov 2024 01:30:59 +0000 Subject: [PATCH] markdown source builds Auto-generated via `{sandpaper}` Source : b28cc4153363146565c26e0662c3f423d0c0b331 Branch : main Author : Alessio Sclocco Time : 2024-11-04 09:34:14 +0000 Message : Merge pull request #105 from wmotion/Episode02 Revision of Episode 2 (Using your GPU with CuPy) --- config.yaml | 86 ------------- md5sum.txt | 40 +++--- renv.lock | 342 ---------------------------------------------------- 3 files changed, 20 insertions(+), 448 deletions(-) delete mode 100644 config.yaml delete mode 100644 renv.lock diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 25f9760..0000000 --- a/config.yaml +++ /dev/null @@ -1,86 +0,0 @@ -#------------------------------------------------------------ -# Values for this lesson. -#------------------------------------------------------------ - -# Which carpentry is this (swc, dc, lc, or cp)? -# swc: Software Carpentry -# dc: Data Carpentry -# lc: Library Carpentry -# cp: Carpentries (to use for instructor training for instance) -# incubator: The Carpentries Incubator -carpentry: 'incubator' - -# Overall title for pages. -title: 'GPU Programming' - -# Date the lesson was created (YYYY-MM-DD, this is empty by default) -created: '2020-09-25' - -# Comma-separated list of keywords for the lesson -keywords: 'high-performance computing, HPC, graphics processing units, GPU' - -# Life cycle stage of the lesson -# possible values: pre-alpha, alpha, beta, stable -life_cycle: 'beta' - -# License of the lesson materials (recommended CC-BY 4.0) -license: 'CC-BY 4.0' - -# Link to the source repository for this lesson -source: 'https://github.com/carpentries-incubator/lesson-gpu-programming' - -# Default branch of your lesson -branch: 'main' - -# Who to contact if there are any issues -contact: 'instructors@esciencecenter.nl' - -# Navigation ------------------------------------------------ -# -# Use the following menu items to specify the order of -# individual pages in each dropdown section. Leave blank to -# include all pages in the folder. -# -# Example ------------- -# -# episodes: -# - introduction.md -# - first-steps.md -# -# learners: -# - setup.md -# -# instructors: -# - instructor-notes.md -# -# profiles: -# - one-learner.md -# - another-learner.md - -# Order of episodes in your lesson -episodes: -- introduction.Rmd -- cupy.Rmd -- numba.Rmd -- gpu_introduction.Rmd -- first_program.Rmd -- global_local_memory.Rmd -- shared_memory_and_synchronization.Rmd -- constant_memory.Rmd -- streams.Rmd - -# Information for Learners -learners: - -# Information for Instructors -instructors: - -# Learner Profiles -profiles: - -# Customisation --------------------------------------------- -# -# This space below is where custom yaml items (e.g. pinning -# sandpaper and varnish versions) should live - - diff --git a/md5sum.txt b/md5sum.txt index 941437d..dd43bca 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -1,21 +1,21 @@ "file" "checksum" "built" "date" -"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-11-04" -"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-11-04" -"config.yaml" "a995a576970ed4d9ab6ea8158019add6" "site/built/config.yaml" "2024-11-04" -"index.md" "9397024e827bbccd92aba1cc3353ee08" "site/built/index.md" "2024-11-04" -"links.md" "6e0a11720d50feb2d7f9e4fd618efb60" "site/built/links.md" "2024-11-04" -"workshops.md" "3e3840b4cc85cc5f383887b0556bd6ab" "site/built/workshops.md" "2024-11-04" -"episodes/introduction.Rmd" "d193e3e0a2ed8784ed8c993cce2137b9" "site/built/introduction.md" "2024-11-04" -"episodes/cupy.Rmd" "5b6db3f84a15256a3c3978ee273e226c" "site/built/cupy.md" "2024-11-04" -"episodes/numba.Rmd" "121ad9e67996ea76b638dfaf598a1359" "site/built/numba.md" "2024-11-04" -"episodes/gpu_introduction.Rmd" "f64a14f359ae9a667f8546063af63b7f" "site/built/gpu_introduction.md" "2024-11-04" -"episodes/first_program.Rmd" "8dac46fffdbccaa2f4e865896cb2ae01" "site/built/first_program.md" "2024-11-04" -"episodes/global_local_memory.Rmd" "325b2402ca455d65649594391c5dcae3" "site/built/global_local_memory.md" "2024-11-04" -"episodes/shared_memory_and_synchronization.Rmd" "0279aa83c52d5aae04556f1fccfb615e" "site/built/shared_memory_and_synchronization.md" "2024-11-04" -"episodes/constant_memory.Rmd" "bbda292724ad107ead972f81150f3ce2" "site/built/constant_memory.md" "2024-11-04" -"episodes/streams.Rmd" "816eccfe537a657dbee59da36d3a31ae" "site/built/streams.md" "2024-11-04" -"instructors/instructor-notes.md" "5cf113fd22defb29d17b64597f3c9bc0" "site/built/instructor-notes.md" "2024-11-04" -"learners/reference.md" "527a12e217602daae51c5fd9ef8958df" "site/built/reference.md" "2024-11-04" -"learners/setup.md" "7a205b1c0fa8b7539feae67d739a2355" "site/built/setup.md" "2024-11-04" -"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2024-11-04" -"renv/profiles/lesson-requirements/renv.lock" "1f51ffcefacfa92a7b5f5f7d64f244de" "site/built/renv.lock" "2024-11-04" +"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2024-11-19" +"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2024-11-19" +"config.yaml" "a995a576970ed4d9ab6ea8158019add6" "site/built/config.yaml" "2024-11-19" +"index.md" "9397024e827bbccd92aba1cc3353ee08" "site/built/index.md" "2024-11-19" +"links.md" "6e0a11720d50feb2d7f9e4fd618efb60" "site/built/links.md" "2024-11-19" +"workshops.md" "3e3840b4cc85cc5f383887b0556bd6ab" "site/built/workshops.md" "2024-11-19" +"episodes/introduction.Rmd" "d193e3e0a2ed8784ed8c993cce2137b9" "site/built/introduction.md" "2024-11-19" +"episodes/cupy.Rmd" "5b6db3f84a15256a3c3978ee273e226c" "site/built/cupy.md" "2024-11-19" +"episodes/numba.Rmd" "121ad9e67996ea76b638dfaf598a1359" "site/built/numba.md" "2024-11-19" +"episodes/gpu_introduction.Rmd" "f64a14f359ae9a667f8546063af63b7f" "site/built/gpu_introduction.md" "2024-11-19" +"episodes/first_program.Rmd" "8dac46fffdbccaa2f4e865896cb2ae01" "site/built/first_program.md" "2024-11-19" +"episodes/global_local_memory.Rmd" "325b2402ca455d65649594391c5dcae3" "site/built/global_local_memory.md" "2024-11-19" +"episodes/shared_memory_and_synchronization.Rmd" "0279aa83c52d5aae04556f1fccfb615e" "site/built/shared_memory_and_synchronization.md" "2024-11-19" +"episodes/constant_memory.Rmd" "bbda292724ad107ead972f81150f3ce2" "site/built/constant_memory.md" "2024-11-19" +"episodes/streams.Rmd" "816eccfe537a657dbee59da36d3a31ae" "site/built/streams.md" "2024-11-19" +"instructors/instructor-notes.md" "5cf113fd22defb29d17b64597f3c9bc0" "site/built/instructor-notes.md" "2024-11-19" +"learners/reference.md" "527a12e217602daae51c5fd9ef8958df" "site/built/reference.md" "2024-11-19" +"learners/setup.md" "7a205b1c0fa8b7539feae67d739a2355" "site/built/setup.md" "2024-11-19" +"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2024-11-19" +"renv/profiles/lesson-requirements/renv.lock" "998af2975cefb802e6846d914fda0e66" "site/built/renv.lock" "2024-11-19" diff --git a/renv.lock b/renv.lock deleted file mode 100644 index 1de4614..0000000 --- a/renv.lock +++ /dev/null @@ -1,342 +0,0 @@ -{ - "R": { - "Version": "4.4.1", - "Repositories": [ - { - "Name": "carpentries", - "URL": "https://carpentries.r-universe.dev" - }, - { - "Name": "carpentries_archive", - "URL": "https://carpentries.github.io/drat" - }, - { - "Name": "CRAN", - "URL": "https://cran.rstudio.com" - } - ] - }, - "Packages": { - "R6": { - "Package": "R6", - "Version": "2.5.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "470851b6d5d0ac559e9d01bb352b4021" - }, - "base64enc": { - "Package": "base64enc", - "Version": "0.1-3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "543776ae6848fde2f48ff3816d0628bc" - }, - "bslib": { - "Package": "bslib", - "Version": "0.7.0", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "base64enc", - "cachem", - "fastmap", - "grDevices", - "htmltools", - "jquerylib", - "jsonlite", - "lifecycle", - "memoise", - "mime", - "rlang", - "sass" - ], - "Hash": "8644cc53f43828f19133548195d7e59e" - }, - "cachem": { - "Package": "cachem", - "Version": "1.0.8", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "fastmap", - "rlang" - ], - "Hash": "c35768291560ce302c0a6589f92e837d" - }, - "cli": { - "Package": "cli", - "Version": "3.6.2", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "utils" - ], - "Hash": "1216ac65ac55ec0058a6f75d7ca0fd52" - }, - "digest": { - "Package": "digest", - "Version": "0.6.35", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "utils" - ], - "Hash": "698ece7ba5a4fa4559e3d537e7ec3d31" - }, - "evaluate": { - "Package": "evaluate", - "Version": "0.23", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "methods" - ], - "Hash": "daf4a1246be12c1fa8c7705a0935c1a0" - }, - "fastmap": { - "Package": "fastmap", - "Version": "1.1.1", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "f7736a18de97dea803bde0a2daaafb27" - }, - "fontawesome": { - "Package": "fontawesome", - "Version": "0.5.2", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "htmltools", - "rlang" - ], - "Hash": "c2efdd5f0bcd1ea861c2d4e2a883a67d" - }, - "fs": { - "Package": "fs", - "Version": "1.6.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "methods" - ], - "Hash": "15aeb8c27f5ea5161f9f6a641fafd93a" - }, - "glue": { - "Package": "glue", - "Version": "1.7.0", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "methods" - ], - "Hash": "e0b3a53876554bd45879e596cdb10a52" - }, - "highr": { - "Package": "highr", - "Version": "0.10", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R", - "xfun" - ], - "Hash": "06230136b2d2b9ba5805e1963fa6e890" - }, - "htmltools": { - "Package": "htmltools", - "Version": "0.5.8.1", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "base64enc", - "digest", - "fastmap", - "grDevices", - "rlang", - "utils" - ], - "Hash": "81d371a9cc60640e74e4ab6ac46dcedc" - }, - "jquerylib": { - "Package": "jquerylib", - "Version": "0.1.4", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "htmltools" - ], - "Hash": "5aab57a3bd297eee1c1d862735972182" - }, - "jsonlite": { - "Package": "jsonlite", - "Version": "1.8.8", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "methods" - ], - "Hash": "e1b9c55281c5adc4dd113652d9e26768" - }, - "knitr": { - "Package": "knitr", - "Version": "1.46", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "evaluate", - "highr", - "methods", - "tools", - "xfun", - "yaml" - ], - "Hash": "6e008ab1d696a5283c79765fa7b56b47" - }, - "lifecycle": { - "Package": "lifecycle", - "Version": "1.0.4", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "cli", - "glue", - "rlang" - ], - "Hash": "b8552d117e1b808b09a832f589b79035" - }, - "memoise": { - "Package": "memoise", - "Version": "2.0.1", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "cachem", - "rlang" - ], - "Hash": "e2817ccf4a065c5d9d7f2cfbe7c1d78c" - }, - "mime": { - "Package": "mime", - "Version": "0.12", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "tools" - ], - "Hash": "18e9c28c1d3ca1560ce30658b22ce104" - }, - "rappdirs": { - "Package": "rappdirs", - "Version": "0.3.3", - "Source": "Repository", - "Repository": "RSPM", - "Requirements": [ - "R" - ], - "Hash": "5e3c5dc0b071b21fa128676560dbe94d" - }, - "renv": { - "Package": "renv", - "Version": "1.0.7", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "utils" - ], - "Hash": "397b7b2a265bc5a7a06852524dabae20" - }, - "rlang": { - "Package": "rlang", - "Version": "1.1.3", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "utils" - ], - "Hash": "42548638fae05fd9a9b5f3f437fbbbe2" - }, - "rmarkdown": { - "Package": "rmarkdown", - "Version": "2.26", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R", - "bslib", - "evaluate", - "fontawesome", - "htmltools", - "jquerylib", - "jsonlite", - "knitr", - "methods", - "tinytex", - "tools", - "utils", - "xfun", - "yaml" - ], - "Hash": "9b148e7f95d33aac01f31282d49e4f44" - }, - "sass": { - "Package": "sass", - "Version": "0.4.9", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "R6", - "fs", - "htmltools", - "rappdirs", - "rlang" - ], - "Hash": "d53dbfddf695303ea4ad66f86e99b95d" - }, - "tinytex": { - "Package": "tinytex", - "Version": "0.51", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "xfun" - ], - "Hash": "d44e2fcd2e4e076f0aac540208559d1d" - }, - "xfun": { - "Package": "xfun", - "Version": "0.43", - "Source": "Repository", - "Repository": "CRAN", - "Requirements": [ - "grDevices", - "stats", - "tools" - ], - "Hash": "ab6371d8653ce5f2f9290f4ec7b42a8e" - }, - "yaml": { - "Package": "yaml", - "Version": "2.3.8", - "Source": "Repository", - "Repository": "CRAN", - "Hash": "29240487a071f535f5e5d5a323b7afbd" - } - } -}