Kyurae Kim

Results 48 issues of Kyurae Kim

Add pinned memory allocator

TODO
C++

Improve or review the current context_manager implementation context_manager is a global singleton locked with a mutex. I'm afraid the mutex will critically harm scaling under highly parallel context. Profiling the...

enhancement
C++

Add matrix row view type matrix row views require device code compatible iterators because of the column major nature of ```mgcpp::device_matrix```

TODO
CUDA
C++

Add automatic style formatting using clang-format

Build System

Add gtest as submodule or use another test framework gtest currently doesn't play nice with our build system. In order to run tests we need to install & build gtest...

enhancement
Build System

Add Tensors, batch matrix operations. cuBLAS already has some batch matrix operations.

TODO
CUDA
C++

The current unit test directory is too 'unsorted'. Need proper splitting of directories, categorization of tests. Also we need more tests. More More..!!

TODO
Build System
C++

Fix CUDA memory leak checker For some reason the current implementation of CUDA memory leak checker reports false leaks. Need to improve the implementation. Also having a way to selectively...

bug
enhancement
CUDA
C++

Add appveyor continuous integration for msvc

TODO
Build System

msvc 14.0, msvc 14.1 builds need to be checked/tuned.

enhancement
Build System