Browse Source

Merge pull request #5144 from taoye9/dispatch_neoversve2_to_neoversven2

dispatch NEOVERSEV2 to NEOVERSEN2 under dynamic setting
tags/v0.3.30
Martin Kroeker GitHub 1 year ago
parent
commit
1533fe49be
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic_arm64.c

+ 1
- 1
driver/others/dynamic_arm64.c View File

@@ -162,7 +162,7 @@ extern gotoblas_t gotoblas_ARMV9SME;


extern gotoblas_t gotoblas_THUNDERX3T110; extern gotoblas_t gotoblas_THUNDERX3T110;
#endif #endif
#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEV1
#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEN2


extern void openblas_warning(int verbose, const char * msg); extern void openblas_warning(int verbose, const char * msg);
#define FALLBACK_VERBOSE 1 #define FALLBACK_VERBOSE 1


Loading…
Cancel
Save