Skip to content

Commit

Permalink
1. update annotations
Browse files Browse the repository at this point in the history
2. fix make warnings
  • Loading branch information
ayzk committed Sep 16, 2024
1 parent 876a3ca commit 26e1720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SZ3/api/impl/SZImplOMP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace SZ3 {
template <class T, uint N>
size_t SZ_compress_OMP(Config &conf, const T *data, uchar *cmpData, size_t cmpCap) {
#ifdef _OPENMP
unsigned char *buffer_pos = cmpData;

assert(N == conf.N);

Expand Down

0 comments on commit 26e1720

Please sign in to comment.