Skip to content

Commit

Permalink
SYCL: fix errors on Windows caused by adding sycl::intel::detail name…
Browse files Browse the repository at this point in the history
…space

Inside sycl::intel namespce for the expressions like detail::something,
compiler looks for something in sycl::intel::detail instead of sycl::detail.
Expressions detail::something were changed to sycl::detail::something

Signed-off-by: Vyacheslav N Klochkov <vyacheslav.n.klochkov@intel.com>
  • Loading branch information
v-klochkov committed Apr 23, 2020
1 parent ab84fce commit 7a01fdb
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 124 deletions.
Loading

0 comments on commit 7a01fdb

Please sign in to comment.