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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-30delete NthElementHieu Hoang
2017-11-30Merge ../marian.master into halfBHieu Hoang
2017-11-30delete unused IMatrix. Disable marian buildHieu Hoang
2017-11-30add back link to changelogMarcin Junczys-Dowmunt
2017-11-30update to v1.1.1Marcin Junczys-Dowmunt
2017-11-30add tie-all configurationTomasz Dwojak
2017-11-30fixed segfault using half deviceHieu Hoang
2017-11-29std namespace in .cpp filesHieu Hoang
2017-11-29std namespace in .cu filesHieu Hoang
2017-11-29compiles but half segfaultsHieu Hoang
2017-11-29namespaceHieu Hoang
2017-11-29eclipseHieu Hoang
2017-11-29start half precision deviceHieu Hoang
2017-11-29use relative paths to refer to other gpu filesHieu Hoang
2017-11-29Merge ../marian.hieu into halfBHieu Hoang
2017-11-29move constructor into .cu. Simplify arguments - get everything from god by yo...Hieu Hoang
2017-11-29half precision in config and godHieu Hoang
2017-11-29trying to write output of matrix product directly to shared mem. SegfaultHieu Hoang
2017-11-29Create handle on GPU - fixes segfaultHieu Hoang
2017-11-29in-kernel multiplication using cublas. SegfaultHieu Hoang
2017-11-29mergeMarcin Junczys-Dowmunt
2017-11-29update to latest stableMarcin Junczys-Dowmunt
2017-11-28eclipse2Hieu Hoang
2017-11-28move dir half -> test2Hieu Hoang
2017-11-28grab test program from halfA branchHieu Hoang
2017-11-27mergeHieu Hoang
2017-11-27#define LOWEST_FLOAT and HIGHEST_FLOATHieu Hoang
2017-11-27put back placeholder array but properly comment it.Hieu Hoang
2017-11-27use vector::size()Hieu Hoang
2017-11-27use vector in matrixHieu Hoang
2017-11-27mergeUbuntu
2017-11-27update to recent marian-devUbuntu
2017-11-27start using vector in matrixHieu Hoang
2017-11-27swapHieu Hoang
2017-11-27tweak resizeHieu Hoang
2017-11-27tweak resizeHieu Hoang
2017-11-27resizeHieu Hoang
2017-11-27delete more thrustHieu Hoang
2017-11-27copy constructorHieu Hoang
2017-11-27increase max beam size that can use last softmaxHieu Hoang
2017-11-27delete unused variable and reduce shared mem allocation. Add __syncthreads() ...Hieu Hoang
2017-11-27MatrixWrapper -> VectorWrapper for sentence lengthsHieu Hoang
2017-11-27MatrixWrapper -> VectorWrapperHieu Hoang
2017-11-27move VectorWrapper to its own fileHieu Hoang
2017-11-27start using VectorWrapperHieu Hoang
2017-11-27start VectorWrapperHieu Hoang
2017-11-27Array -> VectorHieu Hoang
2017-11-27resize -> newSizeHieu Hoang
2017-11-26move implementations into .cu fileHieu Hoang
2017-11-26update examplesMarcin Junczys-Dowmunt