Skip to content

Commit

Permalink
[NFC] Rename vector_preview.hpp -> vector.hpp (#14776)
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Jul 25, 2024
1 parent 0eca384 commit d88d483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/sycl/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#include <sycl/half_type.hpp> // for StorageT, half, Vec16...
#include <sycl/marray.hpp> // for __SYCL_BINOP, __SYCL_...
#include <sycl/multi_ptr.hpp> // for multi_ptr
#include <sycl/vector_preview.hpp> // for sycl::vec and swizzles
#include <sycl/vector.hpp> // for sycl::vec and swizzles

#include <sycl/ext/oneapi/bfloat16.hpp> // bfloat16
File renamed without changes.

0 comments on commit d88d483

Please sign in to comment.