tra added a comment.

In practice we're guaranteed by GPU architecture that the warp size will always 
be small enough to fit in 32 bits.

Also `log2_32` will never return a value larger than 32.

Does this assert help with anything else other than potential undefined 
behavior?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151606/new/

https://reviews.llvm.org/D151606

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to