jdchn
jdchn
## Summary Profiling fails within the NVIDIA Container Runtime when [NVIDIA Multi-Instance GPU] mode is enabled. [NVIDIA Multi-Instance GPU]: https://www.nvidia.com/en-us/technologies/multi-instance-gpu/ ## To Reproduce 1. Enable a MIG profile on a...
#### What you were trying to do (and why) Analyze the dependencies for a `requirements.txt` file containing [jax](https://github.com/google/jax). The error can be isolated to the jax dependency [etils[epath]](https://github.com/google/etils). #### What...
Per [IEEE 1278.1](http://movesinstitute.org/~mcgredo/MV3500/hla/1278.1-200X%20Draft%2016%20rev%2018.pdf) (5.8.4.2 in the draft available at ), the Signal PDU data length should be in bits. [`edu.nps.moves.dis.SignalPDU`](../blob/ea75baf186a00a1393787857a017f2668c916f89/src/main/java/edu/nps/moves/dis/SignalPdu.java#L171) is consistent with the standard. However, the data length [setter](../blob/ea75baf186a00a1393787857a017f2668c916f89/src/main/java/edu/nps/moves/dis/SignalPdu.java#L109)...