Skye Wanderman-Milne
Skye Wanderman-Milne
### Operating System Windows 10, 64-bit ### OpenRCT2 build v0.4.1 ### Describe the issue When playing with 2-player multiplayer, it appears that when building any rollercoaster with scenery, the scenery...
The `-v` flag can be used to enable vlog messages across all files, but is it possible to enable only for a specific file(s)? I think the C++ logging library...
`~/jax$ python3 tests/host_callback_test.py` fails with: ``` [ RUN ] CallJaxTest.test_jax_grad 2021-04-15 00:16:53.333864: E external/org_tensorflow/tensorflow/compiler/xla/status_macros.cc:56] Internal: RET_CHECK failure (external/org_tensorflow/tensorflow/compiler/xla/service/gpu/outfeed_thunk.cc:80) ShapeUtil::Equal(source_slices_[index].shape, output_shape) Mismatch between outfeed output buffer shape u32[2]{0} and outfeed source...
For example: ``` ~/jax$ CUDA_VISIBLE_DEVICES=0 python3.9 tests/lax_scipy_sparse_test.py Running tests under Python 3.9.4: /usr/bin/python3.9 [ RUN ] LaxBackedScipyTests.test_bicgstab_against_scipy_shape=complex128[5,5]_preconditioner=None [ SKIPPED ] LaxBackedScipyTests.test_bicgstab_against_scipy_shape=complex128[5,5]_preconditioner=None [ RUN ] LaxBackedScipyTests.test_bicgstab_against_scipy_shape=complex128[5,5]_preconditioner=exact [ SKIPPED ] LaxBackedScipyTests.test_bicgstab_against_scipy_shape=complex128[5,5]_preconditioner=exact [...
I'm looking at https://abseil.io/docs/cpp/guides/strings, and it would be very useful if it told me which #include I need for each function. It looks like all of the guides could benefit...
pip sometimes replaces underscores in package names with hypens, including in the extras. This happens e.g. when using -r requirements.txt. To work around this, this change creates aliases of all...
### Description For maximum communication efficiency, the 4 chips should be arranged in a ring so each chip is connected to its neighbors. Instead it does this: ``` In [5]:...
https://jax.readthedocs.io/en/latest/profiling.html#manual-capture-via-tensorboard This recently came up with a GKE user. We didn't know how to expose the port used by `jax.profiler.start_server` so it can be accessed from a TensorBoard instance (or...
This is how to turn on INFO-level logging for jax right now: ``` from absl import logging logging.set_verbosity(logging.INFO) ``` It'd be better to have an env var like `JAX_LOG_LEVEL=INFO` so...
Some users have found the heartbeat timeout to be too low. Let's add an escape hatch.