Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 7364764

Browse files
authored
Merge pull request #330 from xiaodaigh/patch-1
updated URL to correct URL for scan.jl example
2 parents a7a504a + 21825d3 commit 7364764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scan.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Work-inefficient inclusive scan
22
# - uses shared memory to reduce
33
#
4-
# Based on http://http.developer.nvidia.com/GPUGems3/gpugems3_ch39.html
4+
# Based on https://developer.nvidia.com/gpugems/GPUGems3/gpugems3_ch39.html
55

66
using CUDAdrv, CUDAnative, CuArrays
77

0 commit comments

Comments
 (0)