Motoki Sato

Results 26 comments of Motoki Sato

OK. Can you send me your input file via e-mail if you are ok. `nanigashi03[at]` gmail.com

Or, please try replace [tab] to [space] : ``` お[space]お => お_お [tab] => [space] ``` and please use `--delimiter=" "`. Maybe [tab] unicode causes this error?

OK. It seems our code or input format with [tab] will cause that error.

@Diamondfan maybe you need to set ``` $ cd build $ export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH $ ./test_gpu ``` I also get same error as @ThomasDelteil. ``` $ ./test_gpu Running GPU tests Some...

I'm sorry for my late response. I added these files.

Hi @Dawson-huang Please tell me your `cupy` version. ``` >> import cupy >> print(cupy.__version__) ``` I recommend you to upgrade cupy. ``` $ pip install --upgrade cupy ```