Reza Rahimi
Reza Rahimi
Please apply the following patch to run the "test_near_singular_inverse" with batched inverse: ``` diff --git a/tests/x64_context_test.py b/tests/x64_context_test.py index d7a5a7bd..7c1bee24 100644 --- a/tests/x64_context_test.py +++ b/tests/x64_context_test.py @@ -84,8 +84,8 @@ class X64ContextTests(jtu.JaxTestCase):...
Looking at the example [here](https://github.com/RadeonOpenCompute/rocm_smi_lib/blob/66e101a0ffb49df3c34f14e8669856381ce8d23d/rocm_smi/example/rocm_smi_example.cc#L428), device ID is returned in ```val_ui16```, but instead ```val_ui64 ``` is being used as the ID. The example probably need an statement such as ```val_ui64...
Hi, As part of our effort to support JAX on ROCm framework, we have published our preview release under the following DockerHub repository. https://hub.docker.com/repository/docker/rocm/jax We appreciate it if you help...
Please look at the attached image. At HIP API activity record, we have executed hipMemcpyDtoD but in ACTIVITY_DOMAIN_HIP_OPS it shows a CopyHostToDevice (kind = 4596).  Please ignore the invalid...
"roctracer_enable_op_activity" does not exist for linking. We use "roctracer_enable_op_activity_expl" instead. In the roctracer documentations it shows that "roctracer_enable_op_activity" should be available.
roctracer_op_string returns "Unknown command type" for (domain=2, op=1, kind=4606). We have received these "domain", "op", and "kind" from an activity record callback. @deven-amd, @sunway513
I was running the unit test ```//tensorflow/compiler/tests:categorical_op_test_gpu``` and wanted to see the XLA dumps for this unit test. I set the --xla_dump_to to a correct path, but dump files were...