jeff.li

Results 6 comments of jeff.li

how to import protobuf generations?

@elisbyberi I have try that, but raise error too ```shell test_pb2.py:5:4-23: error: cannot import name 'version_info' from 'sys' test_pb2.py:6:6-30: error: no module named 'google.protobuf.internal' test_pb2.py:7:6-21: error: no module named 'google.protobuf'...

@elisbyberi I have try that method, but no effect and raise ``` test_pb2.py:5:4-23: error: cannot import name 'version_info' from 'sys' test_pb2.py:6:6-30: error: no module named 'google.protobuf.internal' test_pb2.py:7:6-21: error: no module...

Coincidentally, when I was using Codon for research, I also encountered similar problems. There are two issues worth discussing. The first one is the support of multi-threading, whether to use...

In some scenarios, the customized openmp will conflict with the openmp of other systems, which is a problem I am facing in the scenario

I install cuda toolkit, arrayfire can work `cuda` `cpu` `opencl` backend, but install intel oneapi last version on ubuntu by itel offical guuide, it can not build yet. I want...