eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Explicitly use std::size_t as kat::size_t #45

Closed eyalroz closed 4 years ago

eyalroz commented 4 years ago

array.hpp, and soon the tuple implementation and possible other places, rely on the existence of a size_t type. Let's explicitly define ours.