Add Masked Scatter (#2663)
Co-authored-by: Awni Hannun <[email protected]> Co-authored-by: Angelos Katharopoulos <[email protected]> Co-authored-by: Angelos Katharopoulos <[email protected]>
This commit is contained in:
co-authored by
Awni Hannun
Angelos Katharopoulos
Angelos Katharopoulos
parent
7f4b7e553c
commit
b3825ac149
@@ -56,4 +56,8 @@ cuda_skip = {
|
||||
"TestQuantized.test_throw",
|
||||
"TestQuantized.test_vjp_scales_biases",
|
||||
"TestExportImport.test_export_quantized_model",
|
||||
# Masked scatter
|
||||
"TestOps.test_masked_scatter",
|
||||
"TestVmap.test_vmap_masked_scatter",
|
||||
"TestArray.test_setitem_with_boolean_mask",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user