|
@@ -1,14 +1,14 @@ |
|
|
#ifndef CBLAS_H |
|
|
#ifndef CBLAS_H |
|
|
#define CBLAS_H |
|
|
#define CBLAS_H |
|
|
|
|
|
|
|
|
|
|
|
#include <stddef.h> |
|
|
|
|
|
#include "common.h" |
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
#ifdef __cplusplus |
|
|
extern "C" { |
|
|
extern "C" { |
|
|
/* Assume C declarations for C++ */ |
|
|
/* Assume C declarations for C++ */ |
|
|
#endif /* __cplusplus */ |
|
|
#endif /* __cplusplus */ |
|
|
|
|
|
|
|
|
#include <stddef.h> |
|
|
|
|
|
#include "common.h" |
|
|
|
|
|
|
|
|
|
|
|
/*Set the number of threads on runtime.*/ |
|
|
/*Set the number of threads on runtime.*/ |
|
|
void openblas_set_num_threads(int num_threads); |
|
|
void openblas_set_num_threads(int num_threads); |
|
|
void goto_set_num_threads(int num_threads); |
|
|
void goto_set_num_threads(int num_threads); |
|
|