Skip to content

Commit

Permalink
fix BufFpgaSyclIntel template arguments (#2361)
Browse files Browse the repository at this point in the history
BufGenericSycl is templated on the Platform
  • Loading branch information
AuroraPerego authored Aug 15, 2024
1 parent d641d8b commit ad77f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/alpaka/mem/buf/BufFpgaSyclIntel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace alpaka
{
template<typename TElem, typename TDim, typename TIdx>
using BufFpgaSyclIntel = BufGenericSycl<TElem, TDim, TIdx, DevFpgaSyclIntel>;
using BufFpgaSyclIntel = BufGenericSycl<TElem, TDim, TIdx, PlatformFpgaSyclIntel>;
} // namespace alpaka

#endif

0 comments on commit ad77f15

Please sign in to comment.