Hi,
there is now preview CUDA 13.4 SDK supporting Windows ARM64 (RTX Spark).. two variants can generate ARM64 binaries.. (either native Win ARM64 CUDA SDK or via cross compiling in x64 SDK)..
question is if sample projects (VS projects) support it already or new arch has to be added to VS projects..
assuming not yet, as many (all?) CUDA libraries are x64 Win only right now..
assuming upon CUDA 13.4 stable launch many libraries will be updated adding Win ARM64 support soon after, and then samples here, will be updated with Win ARM64 support, right?
also as a request, as Win ARM64 support gets added to libraries, and samples add support for it, maybe add a table showing samples library status for ARM64..
it's a nice way to see at a given moment, how many libs are supporting Win ARM64..
like:
| Library |
Win ARM64 support |
| nvCOMP |
not yet |
| cuTENSOR |
yes |
thanks..
Hi,
there is now preview CUDA 13.4 SDK supporting Windows ARM64 (RTX Spark).. two variants can generate ARM64 binaries.. (either native Win ARM64 CUDA SDK or via cross compiling in x64 SDK)..
question is if sample projects (VS projects) support it already or new arch has to be added to VS projects..
assuming not yet, as many (all?) CUDA libraries are x64 Win only right now..
assuming upon CUDA 13.4 stable launch many libraries will be updated adding Win ARM64 support soon after, and then samples here, will be updated with Win ARM64 support, right?
also as a request, as Win ARM64 support gets added to libraries, and samples add support for it, maybe add a table showing samples library status for ARM64..
it's a nice way to see at a given moment, how many libs are supporting Win ARM64..
like:
thanks..