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
This commit adds support for Jetpack 4.6. Users should now add the
--platforms flag to bazel compilation to target the jetpack version
e.g. `bazel build //:libtrtorch --platforms //toolchains:jetpack_4.6`
By default setup.py now expects Jetpack 4.6. To override add the
`--jetpack-version 4.5` flag
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
NOTE: Due to shifting dependencies locations between Jetpack 4.5 and Jetpack 4.6 there is now a flag for ``setup.py`` which sets the jetpack version (default: 4.6)
347
+
358
348
Compile the Python API using the following command from the ``//py`` directory:
359
349
360
350
.. code-block:: shell
361
351
362
352
python3 setup.py install --use-cxx11-abi
363
353
364
-
If you have a build of PyTorch that uses Pre-CXX11 ABI drop the ``--use-cxx11-abi`` flag
354
+
If you have a build of PyTorch that uses Pre-CXX11 ABI drop the ``--use-cxx11-abi`` flag
355
+
356
+
If you are building for Jetpack 4.5 add the ``--jetpack-version 4.5`` flag
# NOTE: This BUILD file is only really targeted at aarch64, the rest of the configuration is just to satisfy bazel, x86 uses the cublas source from the CUDA build file since it will be versioned with CUDA.
0 commit comments