diff options
| author | KunoiSayami <[email protected]> | 2023-04-19 14:26:52 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-04-19 14:26:52 +0800 |
| commit | 32d06031ceb10e99a85297ce43b17099741ce3bc (patch) | |
| tree | e3db10f5d2112fc9f24528bde18f5719ee678bbb /expt_0809.cu | |
| parent | 2a1d2fee4fcb7fd39454770ef5548ca4cf94dc76 (diff) | |
feat: Add experimental content
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0809.cu')
| -rw-r--r-- | expt_0809.cu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/expt_0809.cu b/expt_0809.cu index adc9d36..3f16a9a 100644 --- a/expt_0809.cu +++ b/expt_0809.cu @@ -1,3 +1,14 @@ +// Experimental content: test scale performance +/* + * Sample output: +scale: 2 time: 97.101822 +scale: 3 time: 80.391197 +scale: 4 time: 66.238525 +scale: 5 time: 70.442848 +scale: 6 time: 69.601219 +scale: 7 time: 69.934914 +scale: 8 time: 68.154366 + */ #include <algorithm> #include <cassert> #include <cstdio> |
