Skip to content

Commit 279aca2

Browse files
authored
Merge branch 'main' into liangji-gae-opt
2 parents 17f8032 + ff18628 commit 279aca2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CAESAR/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ endif()
112112

113113
target_compile_options(caesar_lib PRIVATE
114114
$<$<CONFIG:Debug>:-g -O0>
115-
$<$<CONFIG:Release>:-O3 -march=x86-64 -mtune=native -fprefetch-loop-arrays>
115+
$<$<CONFIG:Release>:-O3 -mtune=native -fprefetch-loop-arrays>
116116
$<$<CONFIG:Profile>:-O3 -g -fno-omit-frame-pointer -fno-inline-functions>
117117
)
118118

CAESAR/models/caesar_decompress.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ torch::Tensor Decompressor::decompress(
300300
recons_data(recon_tensor_deblock, meta.data_input_shape, meta.pad_T);
301301
return final_recon;
302302

303-
}
303+
}

tests/test_caesarCD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@ int main() {
331331
std::cerr << "ERROR: " << e.what() << "\n";
332332
return 1;
333333
}
334-
}
334+
}

0 commit comments

Comments
 (0)