"docs/vscode:/vscode.git/clone" did not exist on "27b657fa769ed05191eb055a03071a589066a6fc"
- 07 Aug, 2024 1 commit
-
-
Stanislav Pidhorskyi authored
Summary: For unused warps we always write zeros to `bary_img_grad`. However it is possible that the warp is used, but only portion of the threads are used. In this case, for unused threads we do not write zeros to `bary_img_grad`. For efficiency, `bary_img_grad` is created with `at::empty`, thus those before mentioned entries, will still have uninitialized values. This is not an issue, because the `render` function will never read those entries, however it is possible that the uninitialized values will coincide with `nan` and it will trigger a false positive detection in auto grad anomaly detection. Please see more details in D60904848 about the issue. Differential Revision: D60912474 fbshipit-source-id: 6eda5a07789db456c17eb60de222dd4c7b1c53d2
-
- 21 Jul, 2024 1 commit
-
-
Owen Wang authored
Summary: Apply fisheye62 distortion to HQLP camera renders. Visualization of results. 4 rows are in order: HMC, drtk render, pixel render, pinhole img. https://www.internalfb.com/manifold/explorer/codec-avatars-scratch/tree/hmc_nvs/20240516_rosetta_nearfield/runs/TEST_run_hqlp_rosetta_render_ojwang_v0719_002/dome_hmc_nvs_render/MLU130_20220509--0000_codec/vrs_comparison/000002__MLU130-brows_lowered-2022-05-09-16-08-12.png Debug distortion document, tracked the work: https://docs.google.com/document/d/1nSnFMrGWXVoICDEstpL9JZAnRtiuSMnWjnfGDzIfrNE/edit?pli=1 Reviewed By: euclid1767 Differential Revision: D58825272 fbshipit-source-id: 463f8c60014bd9cde898d72875bec49ffc75e453
-
- 18 Jul, 2024 1 commit
-
-
Gabe Schwartz authored
Summary: In order to work properly with `torch.compile()`, we need to decorate any function that calls a custom C++/CUDA extension with `torch.compiler.disable` so that it knows to insert a graph break. Reviewed By: podgorskiy Differential Revision: D59776177 fbshipit-source-id: d80eb43858836f8b8647d2a35b30d0b863989e94
-
- 11 Jun, 2024 1 commit
-
-
Christian Richardt authored
Summary: Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: una-dinosauria Differential Revision: D58369133 fbshipit-source-id: cf6a0e4710be579f60f6d569d23c50183dfd6018
-
- 10 Jun, 2024 1 commit
-
-
Gabe Schwartz authored
Summary: Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: tsimk Differential Revision: D58368652 fbshipit-source-id: 8f3f426f0825255e5e6d6b32b8f1bdb2cde6e161
-
- 08 Jun, 2024 1 commit
-
-
facebook-github-bot authored
fbshipit-source-id: afc575e8e7d8e2796a3f77d8b1c6c4fcb999558d
-