Commit graph

9 commits

Author SHA1 Message Date
pytorchbot
996af0de18 2023-10-12 nightly release (9316c8b4bc) 2023-10-12 07:34:02 +00:00
chronos_secgrp_pytorch_oss_ci_oncall
ecf368e6b2 2022-02-23 nightly release (7807a83f6e) 2022-02-23 00:02:44 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
40631bb9cd 2021-11-18 nightly release (9807787135) 2021-11-18 00:02:53 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
54837ec26d 2020-12-23 nightly release (55b431b17a) 2020-12-23 00:04:02 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
087fe33bef 2019-12-21 nightly release (700109eb63) 2019-12-21 00:05:00 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
4954096451 2019-12-13 nightly release (f7c92f60ba) 2019-12-13 00:02:15 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
031bd7a195 2019-11-15 nightly release (e1a309a647) 2019-11-15 00:03:24 -08:00
David Reiss
42faf961c8 Update fbjni submodule to new upstream and latest version
Summary:
The central fbjni repository is now public, so point to it and
take the latest version, which includes support for host builds
and some condensed syntax.

Test Plan: CI

Differential Revision: D18217840

fbshipit-source-id: 454e3e081f7e3155704fed692506251c4018b2a1
2019-10-31 11:48:25 -07:00
David Reiss
c9423c30b3 Add host build for pytorch_android (#27662)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/27662

This adds a new gradle subproject at pytorch_android/host and tweaks
the top-level build.gradle to only run some Android bits on the other
projects.

Referencing Java sources from inside the host directory feels a bit
hacky, but getting host and Android Gradle builds to coexist in the same
directory hit several roadblocks.  We can try a bigger refactor to
separate the Android-specific and non-Android-specific parts of the
code, but that seems overkill at this point for 4 Java files.

This doesn't actually run without some local changes to fbjni, but I
want to get the files landed to avoid unnecessary merge conflicts.

Test Plan: Imported from OSS

Differential Revision: D18210317

Pulled By: dreiss

fbshipit-source-id: dafb54dde06a5a9a48fc7b7065d9359c5c480795
2019-10-29 16:04:09 -07:00