explocion

Results 7 comments of explocion

Here's part of the compile output: ``` In file included from /opt/cuda/include/thrust/system/cuda/pointer.h:27: In file included from /opt/cuda/include/thrust/detail/reference.h:25: In file included from /opt/cuda/include/thrust/system/detail/adl/assign_value.h:42: In file included from /opt/cuda/include/thrust/system/cuda/detail/assign_value.h:25: In file included...

After doing some research, I found that compiling with `-stdlib=libc++` works just fine. It seems that `clang` by default links STL code with `libstdc++`, which is a part of `g++`,...

Happens to me on Arch Linux too.

It seems all targets for filetype `.cu` is ignored. I use clang++ to for compiling cuda files, but it is ignored too.

> it's an omission, I find the current Transfer API is practically unusable for typical i2s usage or at least, it so much convenient to use Stream instead. Hi, I'm...

Of course! I was using `ux` to write embedded system traits, e.g., `OutputPins`, which is a group of `N` output pins. The trait is defined as ```rust pub trait OutputPins...