Sun Yihao

Results 19 comments of Sun Yihao

I turned on the -DBUILD_EXAMPLES=OFF on thrust build

I see, will try and report back ! is https://github.com/CHIP-SPV/rocPRIM/commit/4894fd75ab1ab4b3ecc2d3e9f4703a3e37621113 the patch you mentioned?(just curious what actually fix this)

Here is the docker command I am using, I install everything into /usr/local, but seems still throw a function mismatch on `atomicAdd` ```docker RUN git clone -b rocThrust https://github.com/CHIP-SPV/chipStar.git &&...

after enable this flag, I got a linker error, does that means force enable this cause intwidth issue (could related to my hardware? I am using intel A770 for testing):...

I am running the `example_thrust_sort` under `rocThrust/example` The issue is device/host copy failed when using device_vector. Both random access on device_vector and copy from its internal data.

> Hello everyone, I am currently using chipstar to compile the test of rocm Thrust. How is your progress? I can only compile to 20% currently. Can you tell me...

hi @regexident I think the datalog feature you might request for is called **stream/incremental datalog**, which is a quite hot feature for datalog engines built for Graph Database. In that...

The hygiene issue happens in macro expanded from original ascent_source! macro, if it contain any ungrounded identifier, for example: ``` ascent_source! { foo_gen: foo(x, y)

seems compilation passed on my machine now with CUDA 13. (head@7d23b8b9314089f45430f817cba2a4341d2a3819)