Skip to content

Tags: Atcold/pytorch

Tags

ciflow/trunk/81583

Toggle ciflow/trunk/81583's commit message
Merge branch 'master' of github.com:pytorch/pytorch into ucc-build-new

ciflow/trunk/80781

Toggle ciflow/trunk/80781's commit message
Update on "Dense <-> bsc conversions"

[ghstack-poisoned]

ciflow/periodic/83103

Toggle ciflow/periodic/83103's commit message
disable some of the periodic ios tests b/c flaky

ciflow/periodic/83097

Toggle ciflow/periodic/83097's commit message
Update on "Set default qengine to QNNPACK on ARM for quantization tests"


There is no FBGEMM or MKLDNN on ARM so these tests were previously skipped (and QNNPACK is disabled by default for some reason). Not sure if this PR is the right approach, alternatives are probably:
1) keep these tests skipped
2) not disable QNNPACK by default on ARM
3) ?

[ghstack-poisoned]

ciflow/periodic/83089

Toggle ciflow/periodic/83089's commit message
Update on "Unskip CompositeCompliance tests for ARM"

[ghstack-poisoned]

ciflow/periodic/82942

Toggle ciflow/periodic/82942's commit message
Update on "Test profiler on ARM"

Just saw that profiler tree tests had to be disabled, and figuring out if it's fundamental.

Differential Revision: [D38487443](https://our.internmc.facebook.com/intern/diff/D38487443/)

[ghstack-poisoned]

ciflow/periodic/81790

Toggle ciflow/periodic/81790's commit message
Disabling the kernel assert UT

ciflow/periodic/81688

Toggle ciflow/periodic/81688's commit message
Disabling same tests as 11.6

ciflow/binaries_wheel/81688

Toggle ciflow/binaries_wheel/81688's commit message
Disabling same tests as 11.6

ciflow/trunk/82962

Toggle ciflow/trunk/82962's commit message
implement mul(dense, sparse), mul(sparse, dense)