dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
patch
|
commit
|
commitdiff
|
ignore whitespace
fast sort of working
Joseph Redmon
2015-01-20
6e1d5b45de988bb795c4c505f22f2170a78b7746
[~speedprog/mtg/mtg_card_detector.git]
/
src
/
gemm.cl
src/gemm.cl
@@ -215,4 +215,3 @@
C[row*ldc+col] = ALPHA*val + BETA*C[row*ldc+col];
}
}