Skip to content

Conversation

cccclai
Copy link
Contributor

@cccclai cccclai commented Feb 21, 2021

Summary

Address comments in #52540

  1. Add a comment to indicate that the macros BUILD_LITE_INTERPRETER and C10_MOBILE will be unified.
  2. Rename the macro DBUILD_LITE_INTERPRETER to BUILD_LITE_INTERPRETER

Test plan

  1. MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ USE_CUDA=0 DEBUG=1 MAX_JOBS=16 BUILD_LITE_INTERPRETER=1 python setup.py develop
  2. /Users/chenlai/pytorch/cmake-build-debug/bin/test_lite_interpreter_runtime --gtest_filter=* --gtest_color=no

Stack from ghstack:

Differential Revision: D26572742

cccclai added a commit that referenced this pull request Feb 21, 2021
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Feb 21, 2021

💊 CI failures summary and remediations

As of commit 85a392c (more details on the Dr. CI page):


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-scanned failure(s)

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #52573 (85a392c) into gh/cccclai/25/base (14f7bf0) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@                  Coverage Diff                   @@
##           gh/cccclai/25/base   #52573      +/-   ##
======================================================
- Coverage               80.76%   80.76%   -0.01%     
======================================================
  Files                    1969     1969              
  Lines                  216037   216037              
======================================================
- Hits                   174490   174478      -12     
- Misses                  41547    41559      +12     

@facebook-github-bot
Copy link
Contributor

@cccclai merged this pull request in d491fc6.

@facebook-github-bot facebook-github-bot deleted the gh/cccclai/25/head branch February 25, 2021 15:17
aocsa pushed a commit to Quansight/pytorch that referenced this pull request Mar 15, 2021
)

Summary:
Pull Request resolved: pytorch#52573

## Summary
Address comments in pytorch#52540
1. Add a comment to indicate that the macros `BUILD_LITE_INTERPRETER` and `C10_MOBILE` will be unified.
2. Rename the macro `DBUILD_LITE_INTERPRETER` to `BUILD_LITE_INTERPRETER`

## Test plan
1. `MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ USE_CUDA=0 DEBUG=1 MAX_JOBS=16 BUILD_LITE_INTERPRETER=1  python setup.py develop`
2. `/Users/chenlai/pytorch/cmake-build-debug/bin/test_lite_interpreter_runtime --gtest_filter=* --gtest_color=no`

Test Plan: Imported from OSS

Reviewed By: iseeyuan

Differential Revision: D26572742

Pulled By: cccclai

fbshipit-source-id: c8895fcfe8dd893f8157913f110e2ba025fc3955
xsacha pushed a commit to xsacha/pytorch that referenced this pull request Mar 31, 2021
)

Summary:
Pull Request resolved: pytorch#52573

## Summary
Address comments in pytorch#52540
1. Add a comment to indicate that the macros `BUILD_LITE_INTERPRETER` and `C10_MOBILE` will be unified.
2. Rename the macro `DBUILD_LITE_INTERPRETER` to `BUILD_LITE_INTERPRETER`

## Test plan
1. `MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ USE_CUDA=0 DEBUG=1 MAX_JOBS=16 BUILD_LITE_INTERPRETER=1  python setup.py develop`
2. `/Users/chenlai/pytorch/cmake-build-debug/bin/test_lite_interpreter_runtime --gtest_filter=* --gtest_color=no`

Test Plan: Imported from OSS

Reviewed By: iseeyuan

Differential Revision: D26572742

Pulled By: cccclai

fbshipit-source-id: c8895fcfe8dd893f8157913f110e2ba025fc3955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants