Hey guys, long time listener first time caller. Anyways, on 64-bit windows should your pointer size be 32 bits or 64 bits? I’m in the process of porting my codebase from 32-bit to 64-bit, and in my ptx files I’m seeing this line at the top of my functions.
// Target:ptx, ISA:sm_10, Endian:little, Pointer Size:32
Is this wrong? Shouldn’t pointer size be 64?