mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
renamed Polar to PAC
This commit is contained in:
parent
7b7a18bf81
commit
285f558f98
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ int main()
|
||||||
if (index < N)
|
if (index < N)
|
||||||
rank_map[index] = j++;
|
rank_map[index] = j++;
|
||||||
}
|
}
|
||||||
std::cerr << "Polar(" << N << ", " << K << ")" << std::endl;
|
std::cerr << "PAC(" << N << ", " << K << ")" << std::endl;
|
||||||
auto message = new code_type[K];
|
auto message = new code_type[K];
|
||||||
auto decoded = new simd_type[K];
|
auto decoded = new simd_type[K];
|
||||||
std::cerr << "sizeof(PACListDecoder<simd_type, MAX_M>) = " << sizeof(CODE::PACListDecoder<simd_type, MAX_M>) << std::endl;
|
std::cerr << "sizeof(PACListDecoder<simd_type, MAX_M>) = " << sizeof(CODE::PACListDecoder<simd_type, MAX_M>) << std::endl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue