Albert Steppi

Results 269 comments of Albert Steppi

Closing this and migrating translations to the Scientific Python Crowdin enterprise organization.

I think the downloads only happen if someone tries to execute a cell with imports in it. I wonder if it would be sufficient to add a note about large...

> > I think the downloads only happen if someone tries to execute a cell with imports in it. > > Just adding a note that this is true for...

What I do is just update the css in the build directory of the deployed documentation in order to test out little tweaks like that. As I see it, the...

> Similar to #51, though #51 might be complicated to get the caching propoer. Here I'm thinking of an explicit option where you know you don't care and just want...

> cc: @steppi Thanks @agriyakhetarpal, but I don't really have an opinion on this one way or the other, beyond that I agree it would be good to add a...

I'll investigate the test failures. > We have already had C++ 17 support in v14 on development, so please do not worry about having C++14 and C++17 features. #8203 That's...

Thanks @leofang > or just edit your CUDA C++ strings/files to do the same trick (importing `cuda::std::` counterparts into `std::`)? We're doing something very similar, but instead of importing we're...

Thanks @leofang. I'm removing the use of `decay_t` in SciPy. I'll ping you if this happens with something that isn't easily worked around. > in `tools.h` and how it's used....

Oh good, all tests passed. It looks like it may have been the missing `__host__ __device__`s that were causing the test failures, since that was the only thing I changed....