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

Set SYCL subgroup size via kernel property or @simd_length attribute. #726

Merged
merged 7 commits into from
Dec 15, 2023

Insert subgroup size attribute in SYCL kernel lambdas.

996bd56
Select commit
Loading
Failed to load commit list.
Merged

Set SYCL subgroup size via kernel property or @simd_length attribute. #726

Insert subgroup size attribute in SYCL kernel lambdas.
996bd56
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 15, 2023 in 1s

70.42% of diff hit (within 50.00% threshold of 75.26%)

View this Pull Request on Codecov

70.42% of diff hit (within 50.00% threshold of 75.26%)

Annotations

Check warning on line 20 in src/occa/internal/lang/builtins/attributes/simdLength.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/builtins/attributes/simdLength.cpp#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 25 in src/occa/internal/lang/builtins/attributes/simdLength.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/builtins/attributes/simdLength.cpp#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 31 in src/occa/internal/lang/builtins/attributes/simdLength.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/builtins/attributes/simdLength.cpp#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 37 in src/occa/internal/lang/builtins/attributes/simdLength.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/builtins/attributes/simdLength.cpp#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 42 in src/occa/internal/lang/builtins/attributes/simdLength.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/builtins/attributes/simdLength.cpp#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 22 in src/occa/internal/lang/modes/dpcpp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/modes/dpcpp.cpp#L22

Added line #L22 was not covered by tests

Check warning on line 27 in src/occa/internal/lang/modes/dpcpp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/modes/dpcpp.cpp#L24-L27

Added lines #L24 - L27 were not covered by tests

Check warning on line 39 in src/occa/internal/lang/modes/dpcpp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/modes/dpcpp.cpp#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 42 in src/occa/internal/lang/modes/dpcpp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/modes/dpcpp.cpp#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 52 in src/occa/internal/lang/modes/dpcpp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/occa/internal/lang/modes/dpcpp.cpp#L51-L52

Added lines #L51 - L52 were not covered by tests