Skip to content

Commit

Permalink
Fix a byte dtype name
Browse files Browse the repository at this point in the history
  • Loading branch information
noelchalmers committed Oct 31, 2022
1 parent a411058 commit 13d3d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/memoryPool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace occa {

template <>
memory memoryPool::reserve<void>(const dim_t entries) {
return reserve(entries, dtype::byte);
return reserve(entries, dtype::byte_);
}

void memoryPool::setAlignment(const udim_t alignment) {
Expand Down

0 comments on commit 13d3d4a

Please sign in to comment.