Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove output and docs folders
  • Loading branch information
stites committed Jun 15, 2018
1 parent 028f033 commit 861cac8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -13,6 +13,11 @@ dist-newstyle
.git
gh-pages

# from the output folder:
output/raw
# *.hs
#core/src/*.hs

# Created by https://www.gitignore.io/api/c,vim,c++,linux,macos,emacs,haskell

### C ###
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions output/refresh.sh → codegen/refresh.sh
@@ -1,6 +1,11 @@
#!/usr/bin/env bash

# To be run from the ./codegen folder:
set -eu

mkdir -p ../output
cd ../output

function __nuke {
lib=$1
src=$2
Expand Down
4 changes: 0 additions & 4 deletions output/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion raw/th/nn/Torch/FFI/TH/NN/Float.hs
Expand Up @@ -1573,4 +1573,4 @@ foreign import ccall "THNN.h &THNN_FloatTemporalReplicationPadding_updateOutput"

-- | p_TemporalReplicationPadding_updateGradInput : Pointer to function : state input gradOutput gradInput pad_left pad_right -> void
foreign import ccall "THNN.h &THNN_FloatTemporalReplicationPadding_updateGradInput"
p_TemporalReplicationPadding_updateGradInput :: FunPtr (Ptr C'THNNState -> Ptr C'THFloatTensor -> Ptr C'THFloatTensor -> Ptr C'THFloatTensor -> CInt -> CInt -> IO ())
p_TemporalReplicationPadding_updateGradInput :: FunPtr (Ptr C'THNNState -> Ptr C'THFloatTensor -> Ptr C'THFloatTensor -> Ptr C'THFloatTensor -> CInt -> CInt -> IO ())

0 comments on commit 861cac8

Please sign in to comment.