8000 Tags · n0k0m3/pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: n0k0m3/pytorch

Tags

ciflow/xpu/149511

Toggle ciflow/xpu/149511's commit message
[XPU] Update triton commit to fix to fix level_zero not found by env …

…var LEVEL_ZERO_V1_SDK_PATH.

[ghstack-poisoned]

ciflow/xpu/149473

Toggle ciflow/xpu/149473's commit message
Update

[ghstack-poisoned]

ciflow/xpu/149459

Toggle ciflow/xpu/149459's commit message
update

ciflow/xpu/133658

Toggle ciflow/xpu/133658's commit message
Add CONDA_PREFIX into CMAKE_PREFIX_PATH and fix lint

ciflow/win-arm64/148753

Toggle ciflow/win-arm64/148753's commit message
Trying to find .github folder

ciflow/trunk/149510

Toggle ciflow/trunk/149510's commit message
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

ciflow/trunk/149486

Toggle ciflow/trunk/149486's commit message
fix index error for reorder_and_filter in gemm template

ciflow/trunk/149473

Toggle ciflow/trunk/149473's commit message
Update

[ghstack-poisoned]

ciflow/trunk/149463

Toggle ciflow/trunk/149463's commit message
support multinomial for dynamic num_samples (pytorch#149463)

Summary: Pull Request resolved: pytorch#149463

Test Plan: added test

Differential Revision: D71434914

ciflow/trunk/149433

Toggle ciflow/trunk/149433's commit message
[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
0