-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
merge #7
Merged
Merged
merge #7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use system build.
akashsharma02
pushed a commit
to akashsharma02/Open3D
that referenced
this pull request
May 30, 2020
Add GetVertexMap and GetNormalMap API in ImageCuda class
ssheorey
added a commit
that referenced
this pull request
Aug 14, 2020
* GCE GPU CI scripts Each command tested to work. Need to fix authentication and test with GH actions on github. * Moved one time setup steps to readme * Manually trigger action for testing * Attempt to reset GitHub action * Revert "Attempt to reset GitHub action" This reverts commit e480144. * workflow rename * Removed document separators in yaml file * fixed branch name * Crete new VM instance for every commit Start from base Ubuntu 18.04 image Multiple commits can be processed at the same time. Tries 5 times to create VM if not successful. * Syntax error fix * Syntax fix #2 * GH actions yaml expressions syntax fix #3 * syntax fix #4 * Syntax fix #5 * Syntax error fix #5 * Syntax fix #7 * Syntax fix # 8 * Syntax fix # 9 * Syntax fix # 10 * Reboot with gcloud commands, always delete VM * VM reboot through ssh gcloud CLI reboot disables future ssh * Wait and retry for VM to boot up after reboot * Added Python 3 setup * Fix syntax errors # 12 * Link error fix * Documentation update * docker WIP * docker GPU CI shell script tested Moved all workflow logic to shell script gce-ubuntu-docker-run.sh) CI_CONFIG_ID used instead of build matrix to limit CI to a few build combinations TODO: change cuda to 10.1 cuDNN 7 add cudnn to docker image * Syntax error fix, recursive submodules checkout * Sequential order for init, CI and cleanup jobs Always run VM and container image delete steps. * Try different GCE zones if VM creation doesn't work This will hit the quota limit (each zone quota is 4GPUs * Path cleanup after rebase * Fix for install_deps_ubuntu.sh rename * Script name fix #2 * New dependency git for compilation * format md * Yixing's comments + fix for propogating GCE_ZID to next step * Markdown style fixes for codacy * itentially fail a unit test to test CI * fix unit test * Merge branch 'master' into ssheorey/gce-gpu-ci-docker * tensorflow version 2.0.0 -> 2.3.0 Required for Python 3.8 RPC is built based on build configs only Moved versions into variables at top. * Added BUILD_RPC_INTERFACE=ON Co-authored-by: Yixing Lao <yixing.lao@gmail.com>
sammo2828
pushed a commit
to sammo2828/Open3D
that referenced
this pull request
Aug 25, 2020
* GCE GPU CI scripts Each command tested to work. Need to fix authentication and test with GH actions on github. * Moved one time setup steps to readme * Manually trigger action for testing * Attempt to reset GitHub action * Revert "Attempt to reset GitHub action" This reverts commit e480144. * workflow rename * Removed document separators in yaml file * fixed branch name * Crete new VM instance for every commit Start from base Ubuntu 18.04 image Multiple commits can be processed at the same time. Tries 5 times to create VM if not successful. * Syntax error fix * Syntax fix isl-org#2 * GH actions yaml expressions syntax fix isl-org#3 * syntax fix isl-org#4 * Syntax fix isl-org#5 * Syntax error fix isl-org#5 * Syntax fix isl-org#7 * Syntax fix # 8 * Syntax fix # 9 * Syntax fix # 10 * Reboot with gcloud commands, always delete VM * VM reboot through ssh gcloud CLI reboot disables future ssh * Wait and retry for VM to boot up after reboot * Added Python 3 setup * Fix syntax errors # 12 * Link error fix * Documentation update * docker WIP * docker GPU CI shell script tested Moved all workflow logic to shell script gce-ubuntu-docker-run.sh) CI_CONFIG_ID used instead of build matrix to limit CI to a few build combinations TODO: change cuda to 10.1 cuDNN 7 add cudnn to docker image * Syntax error fix, recursive submodules checkout * Sequential order for init, CI and cleanup jobs Always run VM and container image delete steps. * Try different GCE zones if VM creation doesn't work This will hit the quota limit (each zone quota is 4GPUs * Path cleanup after rebase * Fix for install_deps_ubuntu.sh rename * Script name fix isl-org#2 * New dependency git for compilation * format md * Yixing's comments + fix for propogating GCE_ZID to next step * Markdown style fixes for codacy * itentially fail a unit test to test CI * fix unit test * Merge branch 'master' into ssheorey/gce-gpu-ci-docker * tensorflow version 2.0.0 -> 2.3.0 Required for Python 3.8 RPC is built based on build configs only Moved versions into variables at top. * Added BUILD_RPC_INTERFACE=ON Co-authored-by: Yixing Lao <yixing.lao@gmail.com>
3 tasks
Woodman3
added a commit
to Woodman3/Open3D
that referenced
this pull request
Jan 22, 2025
* [Feat] add sconv_op * [Fix] include sstream * [doc] add comment --------- Signed-off-by: Woodman3 <1025760745@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use system build.