Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shared-memory GPU implementations of spreading and interpolation #37

Merged
merged 33 commits into from
Oct 23, 2024

Update docs and comments

c9311e0
Select commit
Loading
Failed to load commit list.
Merged

Add shared-memory GPU implementations of spreading and interpolation #37

Update docs and comments
c9311e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 23, 2024 in 1s

91.60% of diff hit (target 92.88%)

View this Pull Request on Codecov

91.60% of diff hit (target 92.88%)

Annotations

Check warning on line 90 in src/blocking.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/blocking.jl#L90

Added line #L90 was not covered by tests

Check warning on line 273 in src/interpolation/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interpolation/gpu.jl#L273

Added line #L273 was not covered by tests

Check warning on line 282 in src/interpolation/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interpolation/gpu.jl#L282

Added line #L282 was not covered by tests

Check warning on line 304 in src/interpolation/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interpolation/gpu.jl#L304

Added line #L304 was not covered by tests

Check warning on line 353 in src/interpolation/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/interpolation/gpu.jl#L353

Added line #L353 was not covered by tests

Check warning on line 219 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L219

Added line #L219 was not covered by tests

Check warning on line 232 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L232

Added line #L232 was not covered by tests

Check warning on line 247 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L245-L247

Added lines #L245 - L247 were not covered by tests

Check warning on line 250 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L250

Added line #L250 was not covered by tests

Check warning on line 256 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L253-L256

Added lines #L253 - L256 were not covered by tests

Check warning on line 262 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L261-L262

Added lines #L261 - L262 were not covered by tests

Check warning on line 274 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L274

Added line #L274 was not covered by tests

Check warning on line 278 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L278

Added line #L278 was not covered by tests

Check warning on line 302 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L302

Added line #L302 was not covered by tests

Check warning on line 312 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L312

Added line #L312 was not covered by tests

Check warning on line 329 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L329

Added line #L329 was not covered by tests

Check warning on line 337 in src/spreading/gpu.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/spreading/gpu.jl#L337

Added line #L337 was not covered by tests