Luke Drummond

Results 33 comments of Luke Drummond

Maybe this is a user-is-responsible problem and we don't care?

@@oneapi-src/unified-runtime-native-cpu-write ping

unadorned `char` is *maybe*-signed - so signedness here is host dependent. Remember C++ has three char types: char: maybe signed unsigned char: always unsigned signed char: always signed Only `unsigned...