diff options
| author | Tim Rogers <[email protected]> | 2018-11-16 13:24:28 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-11-16 13:24:28 -0500 |
| commit | 52df8562368a64a578ed1278680621a36ba98a64 (patch) | |
| tree | 3949a1f5600e5e42f7c3365909fb1c6a39ca7187 /src/cuda-sim/opcodes.def | |
| parent | 0265d747b06c18d0a1ee00fb1641032201425c97 (diff) | |
| parent | f9a626f93d891b553c11bb86172b41ccc1deb569 (diff) | |
Merge pull request #81 from deval281shah/dev
Merging changes for cuDNN, Pytorch and checkpoint support
Diffstat (limited to 'src/cuda-sim/opcodes.def')
| -rw-r--r-- | src/cuda-sim/opcodes.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def index e6f957a..c4d6a83 100644 --- a/src/cuda-sim/opcodes.def +++ b/src/cuda-sim/opcodes.def @@ -63,6 +63,7 @@ OP_DEF(COS_OP,cos_impl,"cos",1,4) OP_DEF(CVT_OP,cvt_impl,"cvt",1,1) OP_DEF(CVTA_OP,cvta_impl,"cvta",1,1) OP_DEF(DIV_OP,div_impl,"div",1,1) +OP_DEF(DP4A_OP,dp4a_impl,"dp4a",1,1) OP_DEF(EX2_OP,ex2_impl,"ex2",1,4) OP_DEF(EXIT_OP,exit_impl,"exit",1,3) OP_DEF(FMA_OP,fma_impl,"fma",1,2) |
