Skip to content

[SYCL][NFCI] Undef leaked macro definitions #2771

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

Merged
merged 2 commits into from
Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sycl/include/CL/sycl/detail/builtins.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ __SYCL_MAKE_CALL_ARG3(select, __FUNC_PREFIX_OCL) // select
#undef __SYCL_MAKE_CALL_ARG1
#undef __SYCL_MAKE_CALL_ARG2
#undef __SYCL_MAKE_CALL_ARG2_SAME
#undef __SYCL_MAKE_CALL_ARG2_SAME_RESULT
#undef __SYCL_MAKE_CALL_ARG3
#undef __SYCL_PPCAT_NX
#undef __SYCL_PPCAT
Expand Down
1 change: 1 addition & 0 deletions sycl/include/CL/sycl/swizzles.def
Original file line number Diff line number Diff line change
Expand Up @@ -820,3 +820,4 @@ __SYCL_ACCESS(N == 16, even, 0, 2, 4, 6, 8, 10, 12, 14)
#undef __SYCL_EXPAND
#undef __SYCL_INDEXER
#undef __SYCL_ACCESS
#undef __SYCL_SCALAR_ACCESS
1 change: 1 addition & 0 deletions sycl/include/CL/sycl/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,7 @@ __SYCL_DECLARE_FLOAT_VECTOR_CONVERTERS(double)
#undef __SYCL_DECLARE_BOOL_VECTOR_CONVERTERS
#undef __SYCL_DECLARE_BOOL_CONVERTER
#undef __SYCL_DECLARE_SCALAR_BOOL_CONVERTER
#undef __SYCL_USE_EXT_VECTOR_TYPE__

} // namespace sycl
} // __SYCL_INLINE_NAMESPACE(cl)
Expand Down