This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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 optimized cscal kernel for sandybridge
tags/v0.2.15^2
Werner Saar
10 years ago
parent
59083e3ce1
commit
2d9e406050
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
kernel/x86_64/KERNEL.SANDYBRIDGE
+2
-0
kernel/x86_64/cscal.c
+ 1
- 0
kernel/x86_64/KERNEL.SANDYBRIDGE
View File
@@ -1,4 +1,5 @@
DSCALKERNEL = dscal.c
CSCALKERNEL = cscal.c
SGERKERNEL = sger.c
DGERKERNEL = dger.c
+ 2
- 0
kernel/x86_64/cscal.c
View File
@@ -32,6 +32,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cscal_microk_haswell-2.c"
#elif defined(BULLDOZER)
#include "cscal_microk_bulldozer-2.c"
#elif defined(SANDYBRIDGE)
#include "cscal_microk_bulldozer-2.c"
#endif
Write
Preview
Loading…
Cancel
Save