diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-14 04:38:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 04:38:06 +0200 |
| commit | 8939837390193e86c52299048caec9c7722178e6 (patch) | |
| tree | db923caaec3762fbb68290fd1ae94cb1465378e7 /dev/tests/chunk_string | |
| parent | 94799223495b9842bca67e1a6ecf611cec3ee771 (diff) | |
| parent | a786997f304745ce3766a82be06dc6a5d0c2f02c (diff) | |
Merge pull request #2 from snu-systems-corp/dev
feat: scl: major refactors and new version of SCL.
Diffstat (limited to 'dev/tests/chunk_string')
| -rw-r--r-- | dev/tests/chunk_string/chunk_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tests/chunk_string/chunk_test.cc b/dev/tests/chunk_string/chunk_test.cc index ad3d31b..b24b332 100644 --- a/dev/tests/chunk_string/chunk_test.cc +++ b/dev/tests/chunk_string/chunk_test.cc @@ -16,7 +16,7 @@ TEST(ChunkTest, BasicChunkUsage) auto start = std::chrono::high_resolution_clock::now(); - ocl::basic_chunk_string<char, 1000000> optimized; + scl::basic_chunk_string<char, 1000000> optimized; for (unsigned i = 0; i < iterations; ++i) { |
