You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running anything in JAX using today's container prints warnings:
importjax.numpyasjnp2*jnp.ones(1)
Output:
2024-10-31 21:29:38.149538: W external/xla/xla/service/gpu/gpu_hlo_schedule.cc:473] xla_gpu_pgle_accuracy_checker is set to WARN, but no profile path specified in xla_gpu_pgle_profile_file_or_directory_path
2024-10-31 21:29:38.836258: W external/xla/xla/service/gpu/gpu_hlo_schedule.cc:473] xla_gpu_pgle_accuracy_checker is set to WARN, but no profile path specified in xla_gpu_pgle_profile_file_or_directory_path
2024-10-31 21:29:38.847071: W external/xla/xla/service/gpu/gpu_hlo_schedule.cc:473] xla_gpu_pgle_accuracy_checker is set to WARN, but no profile path specified in xla_gpu_pgle_profile_file_or_directory_path
The text was updated successfully, but these errors were encountered:
Running anything in JAX using today's container prints warnings:
Output:
The text was updated successfully, but these errors were encountered: