Skip to content

Commit de53bef

Browse files
committed
Fix typo
1 parent 00f0389 commit de53bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/alpaka/dev/DevGenericSycl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ namespace alpaka
223223
{
224224
static auto getWarpSizes(DevGenericSycl<TTag> const& dev) -> std::vector<std::size_t>
225225
{
226-
auto& warpSizes = dev.m_impl->deviceProperties().warpSizes
226+
auto& warpSizes = dev.m_impl->deviceProperties().warpSizes;
227227
{
228228
std::lock_guard<std::shared_mutex> lock(dev.m_impl->mutex());
229229
if(!warpSizes.has_value())

0 commit comments

Comments
 (0)