Libcu++: Nvidia C++ Standard Library
github.com
Libcu++: Nvidia C++ Standard Library
1–10 of 139 posts
Re: Libcu++: Nvidia C++ Standard Library
#2Re: Libcu++: Nvidia C++ Standard Library
#3It really is a tiny subset of the C++ standard library, but I'm happy to see they're continuing to expand it: https://nvidia.github.io/libcudacxx/api.html
Re: Libcu++: Nvidia C++ Standard Library
#4Re: Libcu++: Nvidia C++ Standard Library
#5Seems the big addition of the Libcu++ to Thrust would be synchronization.
Re: Libcu++: Nvidia C++ Standard Library
#6It really is a tiny subset of the C++ standard library, but I'm happy to see they're continuing to expand it: https://nvidia.github.io/libcudacxx/api.html
Yeah, really tiny... At first I thought 'wow this is a game changer', but then I looked at your link and thought 'what's the point?'. Can someone explain what real problems you can solve with just the headers in the link above?
Re: Libcu++: Nvidia C++ Standard Library
#7A pathetic attempt to lock developers into their hardware.
Re: Libcu++: Nvidia C++ Standard Library
#8It really is a tiny subset of the C++ standard library, but I'm happy to see they're continuing to expand it: https://nvidia.github.io/libcudacxx/api.html
Yeah, really tiny... At first I thought 'wow this is a game changer', but then I looked at your link and thought 'what's the point?'. Can someone explain what real problems you can solve with just the headers in the link above?
Looking at the functions, chrono/barrier etc require CPU level abstractions, so using the STL versions (which are for the CPU) aren't going to work really.
Re: Libcu++: Nvidia C++ Standard Library
#9A pathetic attempt to lock developers into their hardware.
Their decision making seems rational, of course it's not ideal if you're consumer. We would like the ability to bid off NVidia with AMD Radeon.
Convergence to a standard has to be driven by the market, but it's impossible to drive NVidia there because they are the dominant player and it is 100% not in their interests.
It doesn't mean they're a bad company. They are rational actors.