From 32d06031ceb10e99a85297ce43b17099741ce3bc Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Wed, 19 Apr 2023 14:26:52 +0800 Subject: feat: Add experimental content Signed-off-by: KunoiSayami --- expt_0729.cu | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'expt_0729.cu') diff --git a/expt_0729.cu b/expt_0729.cu index 8ba6aae..2efa575 100644 --- a/expt_0729.cu +++ b/expt_0729.cu @@ -1,3 +1,4 @@ +// Experimental content: test default data layout and scale performance #include #include #include @@ -204,4 +205,15 @@ int main(int argc, char const *argv[]) { cudaDeviceSynchronize(); } return 0; -} \ No newline at end of file +} +/* + * Sample output: +step: 1024 +scale: 2 time: 95.163521 +scale: 3 time: 98.489342 +scale: 4 time: 71.021828 +scale: 5 time: 69.743874 +scale: 6 time: 68.885506 +scale: 7 time: 68.294655 +scale: 8 time: 68.837410 + */ \ No newline at end of file -- cgit v1.3.1