drazi
drazi
> @janvrany has a better solution in the works. See: > #9 > or: > https://github.com/janvrany/bricknil/tree/devel > > I've tried the devel branch and it seems to work well. Thanks....
> > @janvrany has a better solution in the works. See: > > #9 > > or: > > https://github.com/janvrany/bricknil/tree/devel > > I've tried the devel branch and it seems...
> What was causing the exceptions? My code was bad as `capability` is no longer inherit from `TachoMotor`. ``` python async def front_drive_change(self): front_speed = self.front_drive.value[TachoMotor.capability.sense_speed] front_pos = self.front_drive.value[TachoMotor.capability.sense_pos] ```...
thanks for the report. Quick answer is copy atom copy type is not the same as src/dst data type. Compiler handles the case correctly when pred is not provided. With...
Thanks for reporting. Just checked API, `cute.crd2idx(layout, coord)` should be `cute.crd2idx(coord, layout)`. We will improve the error report mechanism to provide better error message.
Thanks for report and recommended fix.
> **What is your question?** > > CuTeDSL lacks of `half2/bfloat162` types. It is hard to describe a warp reduce that take `half2/bfloat162` as input type. > > In CUDA...
> Option 1: Maybe CuTeDSL can export vectorised types? ``TensorSSA`` is vectorized type. For this case, using ``TensorSSA`` should just work. But we currently don't handle this correctly. `res =...
I think we can add some detection code inside `initialize_context` ?
Thanks for reporting. We don't support windows build yet. Would WSL help your problem in short term?