李昊

Results 10 comments of 李昊

What OS do you use? I get some error on Ubuntu 16.04. I want to deploy it on your environment. Thanks very much

Yeah, I install successfully following the instructions. But why executing `helptags commentary/doc` can install it? For example, if I change the name of the directory or file, what else configuration...

I find the same bug. When I run `elisp-format-buffer` in following buffer, ``` ;; This buffer is for text that is not saved, and for Lisp evaluation. ;; To create...

> I find the same bug. When I run `elisp-format-buffer` in following buffer, > > ``` > ;; This buffer is for text that is not saved, and for Lisp...

Yes, I did it as instructed. And then `source ../dist/bin/easycl_activate.sh` to set environment variables. However, if i want to try the `testeasycl.cpp`, should I run `g++ testeasycl.cpp`? How could I...

No... there is my tree in dist dir ``` . ├── bin │   └── easycl_activate.sh ├── include │   ├── clew.h │   └── easycl │   ├── CLArrayFloat.h │   ├── CLArray.h │  ...

here is my `uname -a` `Linux geek-Lenovo-G40-70 4.13.0-45-generic #50~16.04.1-Ubuntu SMP Wed May 30 11:18:27 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux`

`../dist/bin/easycl_unittests` appears~ It works when i run `LD_LIBRARY_PATH=../dist/lib ../dist/bin/gpuinfo` and `LD_LIBRARY_PATH=../dist/lib ../dist/bin/easycl_unittests`. Thank you very much~~ But if I want to test the `test/testeasycl.cpp`, what should I do ? I...

Oh, no wonder, thanks very much.

Hi, I also want to improve this code to support fpga. I use tesrasic c5p, which chip is altera cyclone V I could run some simple demo, such as `hello...