Browse Source

dispatch NEOVERSEV2 to NEOVERSEN2 under dynamic setting

tags/v0.3.30
Ye Tao 7 months ago
parent
commit
f0bea79a6e
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

@@ -150,7 +150,7 @@ extern gotoblas_t gotoblas_A64FX;
#endif
extern gotoblas_t gotoblas_THUNDERX3T110;
#endif
#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEV1
#define gotoblas_NEOVERSEV2 gotoblas_NEOVERSEN2

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


Loading…
Cancel
Save