From 2f2e32c9b768ac5694fd038ae5065d7a790eb4bc Mon Sep 17 00:00:00 2001 From: austinEng <2154796+austinEng@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:56:47 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20170c3?= =?UTF-8?q?66cd7c0d68d721469a02325d26f224d7ecd=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- sample/bitonicSort/meta.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 33e91271..d826e2dc 100644 --- a/main.js +++ b/main.js @@ -72,7 +72,7 @@ var animometer = { var bitonicSort = { name: 'Bitonic Sort', - description: "A naive bitonic sort algorithm executed on the GPU, based on tgfrerer's implementation at poniesandlight.co.uk/reflect/bitonic_merge_sort/. Each dispatch of the bitonic sort shader dispatches a workgroup containing elements/2 invocations. The GUI's Execution Information folder contains information about the sort's current state. The visualizer displays the sort's results as colored cells sorted from brightest to darkest.", + description: "A naive bitonic sort algorithm executed on the GPU, based on tgfrerer's implementation at [https://poniesandlight.co.uk/reflect/bitonic_merge_sort/](https://poniesandlight.co.uk/reflect/bitonic_merge_sort/). Each dispatch of the bitonic sort shader dispatches a workgroup containing elements/2 invocations. The GUI's Execution Information folder contains information about the sort's current state. The visualizer displays the sort's results as colored cells sorted from brightest to darkest.", filename: "sample/bitonicSort", sources: [ { path: 'main.ts' }, diff --git a/sample/bitonicSort/meta.ts b/sample/bitonicSort/meta.ts index 8b477e4e..f90d6050 100644 --- a/sample/bitonicSort/meta.ts +++ b/sample/bitonicSort/meta.ts @@ -1,7 +1,7 @@ export default { name: 'Bitonic Sort', description: - "A naive bitonic sort algorithm executed on the GPU, based on tgfrerer's implementation at poniesandlight.co.uk/reflect/bitonic_merge_sort/. Each dispatch of the bitonic sort shader dispatches a workgroup containing elements/2 invocations. The GUI's Execution Information folder contains information about the sort's current state. The visualizer displays the sort's results as colored cells sorted from brightest to darkest.", + "A naive bitonic sort algorithm executed on the GPU, based on tgfrerer's implementation at [https://poniesandlight.co.uk/reflect/bitonic_merge_sort/](https://poniesandlight.co.uk/reflect/bitonic_merge_sort/). Each dispatch of the bitonic sort shader dispatches a workgroup containing elements/2 invocations. The GUI's Execution Information folder contains information about the sort's current state. The visualizer displays the sort's results as colored cells sorted from brightest to darkest.", filename: __DIRNAME__, sources: [ { path: 'main.ts' },