Dong Jiang

Results 3 issues of Dong Jiang

I'm using vscode with the clangd extension, and I'd like to have proper CUDA highlighting (__device__ __syncthreads()). I ran CMake to generate the compile_commands.json file. And also, I created .clangd...

I am running a simple example using `_example_KafkaConsumer_Simple` and `example_KafkaProducer_Simple`, the latter works perfectly, but it seems that the consumer can never subscribe correctly. In function `KafkaConsumer::subscribe` in `KafkaConsumer.h`, I'm...

I'm installing folly with ubuntu 20.04. I follow the instructions to make a dir _build and cmake .. I've already installed the glog version 0.6.0, which < 0.7.0, and it...