[PATCH] D49274: [CUDA] Provide integer SIMD functions for CUDA-9.2

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 18 09:32:23 PDT 2018


tra added a comment.

I'm in the middle of writing the tests for these as it's very easy to mess things up. I'll update the patch once I run it through the tests.

Another problem with the patch in the current form is that these instructions apparently do not accept immediate arguments. PTX is a never ending source of surprises...


https://reviews.llvm.org/D49274





More information about the cfe-commits mailing list