Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Grewe <dominikg@google.com>2015-01-26 13:23:46 +0300
committerDominik Grewe <dominikg@google.com>2015-01-27 19:20:58 +0300
commit948392acfd4b77f997bf09078fd73deb297eb5ad (patch)
treecf7ddab824cc0bfc08622388a5962fbb04b79729 /FFI.lua
parent21038b0e0c889c125ebb038f2130cdf357fa60bf (diff)
Move Blas state into THCState.
Diffstat (limited to 'FFI.lua')
-rw-r--r--FFI.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/FFI.lua b/FFI.lua
index 00f1188..8050cad 100644
--- a/FFI.lua
+++ b/FFI.lua
@@ -6,6 +6,7 @@ if jit then
typedef struct THCState
{
struct THCRNGState* rngState;
+ struct THCBlasState* blasState;
} THCState;
typedef struct THCudaStorage