Brandon Ogle
Brandon Ogle
Currently much of the uris are built from hard-coded associated constants in the `Client` struct. it would be great if the `Client::Endpoint` was configurable (or overridable by `STORAGE_EMULATOR_HOST`) so users...
Currently it is not possible to move devices or tensors across threads. https://github.com/coreylowman/dfdx/blob/4476b5ee19dc9cc446388545560c57e80cb086c8/dfdx-core/src/tensor/cuda/device.rs#L22-L33 Despite everything in the Device being wrapped in an Arc, the Cuda device is not actually Send...
any chance of supporting some syntactic sugar for the class definitions? maybe munit(::T) -> T mappend(x::T, y::T) -> T or better yet, something like munit :: T -> T mappend(x,...