YOSHIFUJI Naoki

Results 32 issues of YOSHIFUJI Naoki

I added openMVG in my project as a library. CMake add_subdirectory("openMVG/src") on my project root CMakeList.txt doesn't work because "cmakeFindModules/OpenMVGConfig.cmake.in" is expected on the root (my project's CMakeList) subdir. Can...

You might know this already, recently I tried ChainerMN on [Sakura Koukaryoku Computing](https://www.sakura.ad.jp/koukaryoku/). I measured processing throughput by ImageNet example and compared [ChainerMN's train_imagenet.py](https://github.com/chainer/chainermn/tree/master/examples/imagenet/train_imagenet.py) to [Chainer's train_imagenet_data_parallel.py ](https://github.com/chainer/chainer/blob/master/examples/imagenet/train_imagenet_data_parallel.py) ``` //...

Accoring to [performance report](https://github.com/fixstars/clpy/wiki/chainer_example_performance_report), ClPy is slower than CuPy on both of TITAN V and GeForce 1060. We need to know the reason (and improve if we can).

performance

#33 trial https://github.com/cupy/cupy/compare/v2.1.0.1...v2.2.0 For participants: Github automatically adds original (CuPy) committers as this PR's participants, and no way is provided to avoit it. Sorry for disturbing you and please ignore...

Currently based on v2.1.0. We plan to update the version to v4.x or v5.x or more.

enhancement

#33 trial https://github.com/cupy/cupy/compare/v2.1.0...v2.1.0.1 For participants: Github automatically adds original (CuPy) committers as this PR's participants, and no way is provided to avoit it. Sorry for disturbing you and please ignore...

We haven't ever executed ClPy on Intel iGPUs. It must be fine but we need to confirm (or fix the problems if found) Related: #239

enhancement

As https://github.com/fixstars/clpy/issues/267#issuecomment-586855753 reported > Note: Latest python3.8.x has numpy 1.18.x. Clpy issues compilation of numpy

enhancement

[Current random generator](https://github.com/fixstars/clpy/blob/2f10c62bfa70131484ea524a6db4a425d13ee8d8/clpy/random/generator.py#L143-L161) is too simple and poor. We need to replace cuRAND.

enhancement

There is no test for ultima itself. That absence could be problem.

tests