COMMITS
/ backends/vulkan/partitioner/vulkan_partitioner.py February 7, 2025
N
skip op in partitioning if there are bool input tensors
Nathanael See committed
January 31, 2025
January 24, 2025
P
[ET-VK][ez] Add back tensor dim check
pytorchbot committed
November 14, 2024
P
[ET-VK] Enforce GPU buffer limit when partitioning (#6856)
pytorchbot committed
November 11, 2024
P
[ET-VK] Update partitioner to account for custom packed arguments (#6763)
pytorchbot committed
November 7, 2024
P
[ET-VK][ez] properly parse skip memory metadata pass (#6723)
pytorchbot committed
November 5, 2024
P
[ET-VK] Introduce memory metadata tagging pass (#6669)
pytorchbot committed
P
[ET-VK] Refine paritioner to account for storage type and memory layout (#6668)
pytorchbot committed
October 28, 2024
P
[ET-VK] Introduce AOT operator registry (#6511)
pytorchbot committed
October 15, 2024
N
check to_copy args in vulkan_partitioner (#6215)
Nathanael See committed
October 14, 2024
A
Aten _To_Copy (#6055)
Abhishek Chandra committed
October 8, 2024
S
Miscellaneous fixes for Vulkan docs (#5972)
Stephen Jia committed
S
S
Add pass to remove local_scalar_dense (#5886)
Stephen Jia committed
August 26, 2024
H
Vulkan logger fixup
Hansong committed
August 23, 2024
J
[ET-VK] Set export log level INFO
Jorge Pineda committed
June 25, 2024
Y
add support not decompose into vulkan_partition (#4056)
Yujie Hui committed
June 15, 2024
N
log skipped nodes in Vulkan Partitioner (#3978)
Nathanael See committed
May 20, 2024
N
skip partitioning ops with bool args/outputs (#3679)
Nathanael See committed
May 15, 2024
J
Print number of Vulkan subgraphs (#3624)
Jorge Pineda committed
S
Fix stories model export (#3622)
Stephen Jia committed
S
Recompose linear operator during serialization (#3621)
Stephen Jia committed
May 11, 2024
W
gelu (#3573)
Wei Lu committed
May 8, 2024
W
log_softmax (#3411)
Wei Lu committed
W
softmax (#3410)
Wei Lu committed
May 7, 2024
W
`addmm` and `baddbmm` (#3401)
Wei Lu committed
W
optimized matrix multiplication, bmm (#3343)
Wei Lu committed
May 4, 2024
J
Register aten.repeat in partitioner, add aten.sqrt (#3510)
Justin Yip committed
April 30, 2024
J
Add operators to Partitioner (#3407)
Justin Yip committed
April 25, 2024
W
register `view`, `reshape` and `select`
Wei Lu committed
April 15, 2024
W
aten.full.default (#3013)
Wei Lu committed
W
native_layer_norm (for width dim) (#3001)
Wei Lu committed
April 9, 2024
J
aten.convolution (SlidingWindow) (#2812)
Jorge Pineda committed
April 2, 2024
W
add aten.sum.dim_IntList (#2796)
Wei Lu committed
March 28, 2024
W
add abs, sigmoid, tanh to ET-VK (#2605)
Wei Lu committed
March 21, 2024
J
aten.max_pool2d_with_indices (#2547)
Jorge Pineda committed
S
March 20, 2024
S
Add matmul operator (#2517)
Stephen Jia committed
March 19, 2024
J
aten.clamp, aten.hardtanh, aten.relu (#2446)
Jorge Pineda committed
March 18, 2024
M
Don't absorb constant data unless explicitly tagged (#2424)
Max Ren committed
March 13, 2024
J
Serialize tuple types from Node (#2405)
Jorge Pineda committed
February 26, 2024
J
Fix floor_div delegate test (#2101)
Jorge Pineda committed
February 23, 2024
S
Introduce Vulkan partitioner (#2062)
Stephen Jia committed