Searched +full:nvidia +full:- +full:ml +full:- +full:py (Results 1 – 9 of 9) sorted by relevance
/external/pytorch/.github/ |
D | requirements-gha-cache.txt | 6 # .ci/docker/requirements-ci.txt 11 nvidia-ml-py==11.525.84
|
/external/pytorch/.github/requirements/ |
D | pip-requirements-macOS.txt | 8 # Use numba-0.49.1 or older on Intel Macs, but 0.56.0 on M1 machines, as older numba is not availab… 11 opt-einsum>=3.3 13 nvidia-ml-py==11.525.84 17 pytest-xdist==3.3.1 18 pytest-rerunfailures==10.3 19 pytest-flakefinder==1.1.0 23 unittest-xml-reporting<=3.2.0,>=2.0.0 26 pytest-cpp==2.3.0 28 z3-solver==4.12.2.0
|
/external/pytorch/.github/actions/linux-test/ |
D | action.yml | 1 name: linux-test 4 build-environment: 7 description: Top-level label for what's being built/tested. 8 test-matrix: 12 docker-image: 16 sync-tag: 22 job with the same `sync-tag` is identical. 23 use-gha: 28 dashboard-tag: 32 s3-bucket: [all …]
|
/external/pytorch/.github/workflows/ |
D | _linux-test.yml | 1 name: linux-test 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 test-matrix: 14 docker-image: 18 sync-tag: 24 job with the same `sync-tag` is identical. 25 timeout-minutes: 31 use-gha: 36 dashboard-tag: [all …]
|
D | _rocm-test.yml | 1 # TODO: this looks sort of similar to _linux-test, but there are like a dozen 10 build-environment: 13 description: Top-level label for what's being built/tested. 14 test-matrix: 18 docker-image: 22 sync-tag: 28 job with the same `sync-tag` is identical. 29 timeout-minutes: 35 tests-to-include: 46 id-token: write [all …]
|
D | _xpu-test.yml | 1 # TODO: this looks sort of similar to _linux-test, but there are like a dozen 5 name: xpu-test 10 build-environment: 13 description: Top-level label for what's being built/tested. 14 test-matrix: 18 docker-image: 22 sync-tag: 28 job with the same `sync-tag` is identical. 29 timeout-minutes: 35 tests-to-include: [all …]
|
/external/pytorch/torch/cuda/ |
D | __init__.py | 1 # mypy: allow-untyped-defs 11 :ref:`cuda-semantics` has more details about working with CUDA. 41 from torch._C import _cudart # type: ignore[attr-defined] 85 def _exchange_device(device: int) -> int: 87 return -1 95 def _maybe_exchange_device(device: int) -> int: 97 return -1 107 def _is_compiled() -> bool: 112 def _nvml_based_avail() -> bool: 116 def is_available() -> bool: [all …]
|
/external/tensorflow/ |
D | RELEASE.md | 78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te… 82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour… 91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error… 95 … to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XLA kernel … 117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been … 141 …-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B… 145 Add an upper bound for `protobuf` in `setup.py` since `protobuf` after version 3.20 is currently in… 149 Add an upper bound for `protobuf` in `setup.py` since `protobuf` after version 3.20 is currently in… 153 Add an upper bound for `protobuf` in `setup.py` since `protobuf` after version 3.20 is currently in… 157 Add an upper bound for `protobuf` in `setup.py` since `protobuf` after version 3.20 is currently in… [all …]
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | audit.log | 1 …=96391 scontext=staff_u:staff_r:pam_t:s0 tcontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tclass=fi… 2 type=SYSCALL msg=audit(1162850331.422:978): arch=40000003 syscall=54 success=no exit=-22 a0=2 a1=54… 4 …avc: denied { read } for pid=6306 comm="beagled" name=".gdmDOM7HT" dev=dm-0 ino=14469552 sconte… 6 … read } for pid=6306 comm="beagled" name="max_user_instances" dev=proc ino=-268435218 scontext=st… 8 … denied { read write } for pid=6336 comm="clock-applet" name="bonobo-activation-register.lock" d… 9 …fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock-apple… 10 … avc: denied { lock } for pid=6336 comm="clock-applet" name="bonobo-activation-register.lock" d… 11 …fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock-apple… 12 type=AVC_PATH msg=audit(1162850335.022:982): path="/tmp/orbit-kmacmill/bonobo-activation-register.… 15 …19:985): avc: denied { search } for pid=6377 comm="su" name="root" dev=dm-0 ino=13127137 sconte… [all …]
|