Matteo Cortonesi
Matteo Cortonesi
I couldn't find a better place to ask this question, so pardon me for asking here: Is there a way to use keys of non-standard types for cub::DeviceRadixSort? So far...
I get an error at runtime. Looks like a dependency to CUB is needed? Or is it thrust? ``` cuda@ale-i5:~/Desktop/douggard$ ./a.out INDICES_PER: 2 HASH_LEN: 50 CBIT_LEN: 20 Generating 1048576 hashes......
Consider the following transactions. How come some transactions use the entry points `tokenToTezPayment` and `tezToTokenPayment` directly whereas others invoke the `use` entrypoint? Are both kinds valid and why are there...