Results 36 comments of Kino

Is there any plan to achieve CPU version?

@mvieth https://github.com/gulrak/filesystem would be OK?

@mvieth Using `experimental/filesystem`? Here's a minimum example: ```cpp // main.cpp #include #include namespace fs = std::experimental::filesystem; int main() { auto pwd = fs::current_path(); std::cout

> > @mvieth Using `experimental/filesystem`? Here's a minimum example: > > ```c++ > > // main.cpp > > #include > > #include > > namespace fs = std::experimental::filesystem; > >...

@mvieth For Idea 2,I found the only two functions `boost::filesystem::basename` and `boost::filesystem::extension` used in PCL are deprecated. The alternatives are `path::stem` and `path::extension` respectively. I also found the alternatives were...

> @mvieth by `fs::path | fs::exists` I mean to use `boost::filesystem` > > i.e > > ``` > #include > > namespace fs = boost::filesystem; > ``` @SumitkumarSatpute It's mine....

I am working on task 1, 2 and 3.

@mvieth For Idea 3, in order to simplify the conditional macro in the code, a namespace alias is used when included(`fs` or similar). Here is my implementation. ```cpp #if (__cplusplus...

https://forums.developer.nvidia.com/t/undefined-tex1dfetch-in-kernel/170608/6

@dvzrv The upstream is inactive for a long time. So I think a temporary solution is using git commit like https://gitlab.archlinux.org/archlinux/packaging/packages/accerciser/-/blob/main/PKGBUILD?ref_type=heads