Skip to content

Commit 5b1729e

Browse files
authored
Support NeoverseV3 derivatives from NVIDIA Jetson boards as NEOVERSEV2
1 parent ee70631 commit 5b1729e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/others/dynamic_arm64.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ static gotoblas_t *get_coretype(void) {
414414
}else
415415
return &gotoblas_NEOVERSEV1;
416416
case 0xd4f:
417+
case 0xd83:
418+
case 0xd85:
419+
case 0xd87:
417420
if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) {
418421
openblas_warning(FALLBACK_VERBOSE, NEOVERSEN1_FALLBACK);
419422
return &gotoblas_NEOVERSEN1;

0 commit comments

Comments
 (0)