Skip to content

Commit e311250

Browse files
committed
Remove mistakenly-pasted line
1 parent fbde1e2 commit e311250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/cpp/test_memory.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2939,7 +2939,6 @@ TEST_P(LdMatrixTest, Transpose) {
29392939
tv3->axis(0)->parallelize(ParallelType::TIDx);
29402940

29412941
auto options = at::TensorOptions().dtype(at::kHalf).device(at::kCUDA, 0);
2942-
at::TensorOptions().dtype(data_type_to_aten(dtype)).device(at::kCUDA, 0);
29432942
auto t0 = at::randn({getK(macro), size2}, options);
29442943

29452944
KernelExecutor ke;

0 commit comments

Comments
 (0)