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
Merge pull request
#77
from nolta/master
fix
#49
the sched_yield warnings bug on Mac OS X.
tags/v0.1alpha2.5
Xianyi Zhang
13 years ago
parent
0caa5616f2
363a563ec2
commit
875da22a43
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
common.h
+ 4
- 0
common.h
View File
@@ -89,6 +89,10 @@ extern "C" {
#include <sched.h>
#endif
#ifdef OS_DARWIN
#include <sched.h>
#endif
#ifdef OS_WINDOWS
#ifdef ATOM
#define GOTO_ATOM ATOM
Write
Preview
Loading…
Cancel
Save