Tags: n0k0m3/pytorch
Tags
[XPU] Update triton commit to fix to fix level_zero not found by env … …var LEVEL_ZERO_V1_SDK_PATH. [ghstack-poisoned]
Add CONDA_PREFIX into CMAKE_PREFIX_PATH and fix lint
Fix with effect lowering for list return type Summary: - For `torch.ops.higher_order.with_effects`'s lowering, we should not extract the items out of an list (i.e. `*result` vs `result`). The `get_attr` nodes consider the result to be in the list format. Test Plan: ``` buck run fbcode//mode/dev-nosan //caffe2/test/inductor:torchbind -- -r test_torchbind_aot_compile buck run fbcode//mode/dev-nosan //caffe2/test/inductor:torchbind -- -r list_return buck run //caffe2/torch/fb/sparsenn:sigrid_test -- -r test_transform_torch_bind # tested together with D70013257 buck run fbcode//mode/dev-nosan //caffe2/test:test_export -- -r test_custom_obj ``` Reviewed By: angelayi Differential Revision: D71346024
fix index error for reorder_and_filter in gemm template
support multinomial for dynamic num_samples (pytorch#149463) Summary: Pull Request resolved: pytorch#149463 Test Plan: added test Differential Revision: D71434914
[MTIA] Ensure correct stream behavior for input_buffer add autograd o… …n MTIA (pytorch#149433) Summary: Pull Request resolved: pytorch#149433 Test Plan: CI Differential Revision: D71414498
PreviousNext