This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
added optimizations for RISC-V YIELDING
tags/v0.3.29
daichengrong
10 months ago
parent
18014b04c8
commit
0b3db03d4b
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
common.h
+ 6
- 0
common.h
View File
@@ -372,6 +372,12 @@ typedef int blasint;
#endif
#endif
#if defined(ARCH_RISCV64)
#ifndef YIELDING
#define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n");
#endif
#endif
#ifdef __EMSCRIPTEN__
#define YIELDING
Write
Preview
Loading…
Cancel
Save