Boian Petkantchin
Boian Petkantchin
I have a simple `prototool.yaml` ``` --- protoc: version: 3.13.0 lint: group: uber1 ``` How can I add a command line option that is passed to `protoc`?
The `nodai-shark` pip package specifies version dependencies to `iree-runtime` and `iree-compiler` that are too old. ``` $ pipdeptree -p nodai-shark nodai-SHARK==20220810.173 - iree-compiler [required: >=20220427.13, installed: 20220714.204] - numpy [required:...
It would be nice to be able to include oneCCL inside another build directly. ``` add_subdirectory(oneCCL) ``` This entails that all CMake configuration arguments should be prefixed by something like...
Hi, Thank you for sharing this framework and for writing tutorials on how to use it. In the tutorial http://www.ros.org/wiki/ethzasl_sensor_fusion/Tutorials/sfly_framework it is assumed that you have a flying platform. Wouldn't...
The two tests fail for different reasons. Things work OK except the procedure to initialize the optimizer.
I am not sure if you want to format the code at one go. I can just add the github job. For the github job I copied the script from...
RCCL is almost the same as NCCL. The implementation is also almost the same as the one in the CUDA driver done via NCCL. Differences are * CUstream -> hipStream_t...