Do you have a link to this? Everything I find when searching still references speculation that Kopite7kimi made. I just dont see them fitting that many cores into an SOC that will work within the Switch form factor. I would love to be wrong, more performance the better, but until I see concrete evidence saying otherwise, I believe its going to essentially be the same as the Orin NX with 1024 cores and 6 A78 CPU cores.
I no longer have the files, but I have verified them,
here is snippets of the code shared in another forum about it from March 1st.
NVN1 Source:
C:
// Number of warps per SM on TX1 hardware
#define __NVN_NUM_WARPS_PER_SM_TX1 128
// Number of SMs on TX1 hardware
#define __NVN_NUM_SMS_TX1 2
NVN2 Source:
C:
// Number of warps per SM on ga10f
#define __NVN_NUM_WARPS_PER_SM_GA10F 48
// Number of SMs on on ga10f
#define __NVN_NUM_SMS_GA10F 12
(note all Ampere GPUs have 48 warps per SM, and Ada GPUs have 64)
In another part of the code, we also know that the GPU has 128bits... Also GA10F is also known as T239, which Kopite7 (the Nvidia leaker) in Spring of 2021 had leaked T239 as a custom Tegra chip made for Nintendo, here it is in NVN, which is Nvidia's API designed specifically for Switch, confirming that GA10F/T239 codenamed "Drake" is a custom Tegra chip for Nintendo.
It should also be noted that GA10F SMs have the same performance as desktop Ampere, further confirming 128 cuda cores per SM, it also calls for 48 tensor cores and 12 RT cores.