Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jax.profiler.trace repeatedly fails to display entire trace #21295

Open
jon-chuang opened this issue May 18, 2024 · 0 comments
Open

jax.profiler.trace repeatedly fails to display entire trace #21295

jon-chuang opened this issue May 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jon-chuang
Copy link
Contributor

Description

On various platforms, versions and backends jax.profiler.trace emits a trace that is truncated.

System info (python version, jaxlib version, accelerator, etc.)

Here is one such example

>>> import jax; jax.print_environment_info()
jax:    0.4.16.dev20240518
jaxlib: 0.4.14
numpy:  1.26.0
python: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
jax.devices (1 total, 1 local): [gpu(id=0)]
process_count: 1

$ nvidia-smi
Sat May 18 01:58:54 2024       
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.86.10              Driver Version: 535.86.10    CUDA Version: 12.2     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 4070 ...    On  | 00000000:01:00.0 Off |                  N/A |
| N/A   51C    P3               8W /  80W |   2434MiB /  8188MiB |      7%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+
@jon-chuang jon-chuang added the bug Something isn't working label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant