Skip to content

Commit

Permalink
[GPU] Modified unit-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Min, Byung-il <[email protected]>
  • Loading branch information
byungilm committed Jan 2, 2025
1 parent c9d9add commit 420583a
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4221,14 +4221,6 @@ TEST_F(fully_connected_gpu_tests, compressed_int8_scale_dynamic_quantize_wzp_128
}

// Test per-token dyn-quan
TEST_F(fully_connected_gpu_tests, compressed_int4_scale_dynamic_quantize_test_no) {
this->test_compressed_int4_scale_dyn_quan_weight_i4(true, 600, 1024, 2048, 0, 32, true);
}

TEST_F(fully_connected_gpu_tests, compressed_int4_scale_dynamic_quantize_test_32) {
this->test_compressed_int4_scale_dyn_quan_weight_i4(true, 600, 1024, 2048, 32, 32, true);
}

TEST_F(fully_connected_gpu_tests, compressed_int4_scale_dynamic_quantize_test_fake_per_token) {
this->test_compressed_int4_scale_dyn_quan_weight_i4(true, 600, 1024, 2048, -1, 32, true);
}
Expand All @@ -4237,14 +4229,6 @@ TEST_F(fully_connected_gpu_tests, compressed_int4_scale_dynamic_quantize_test_pe
this->test_compressed_int4_scale_dyn_quan_weight_i4(true, 600, 1024, 2048, -1, 1024, true);
}

TEST_F(fully_connected_gpu_tests, compressed_int8_scale_dynamic_quantize_test_no) {
this->test_compressed_int8_scale_dyn_quan_weight_u8(true, 600, 1024, 2048, 0, 32, true);
}

TEST_F(fully_connected_gpu_tests, compressed_int8_scale_dynamic_quantize_test_32) {
this->test_compressed_int8_scale_dyn_quan_weight_u8(true, 600, 1024, 2048, 32, 32, true);
}

TEST_F(fully_connected_gpu_tests, compressed_int8_scale_dynamic_quantize_test_per_token_small_scale) {
this->test_compressed_int8_scale_dyn_quan_weight_u8(true, 600, 1024, 2048, -1, 32, true);
}
Expand All @@ -4253,7 +4237,6 @@ TEST_F(fully_connected_gpu_tests, compressed_int8_scale_dynamic_quantize_test_pe
this->test_compressed_int8_scale_dyn_quan_weight_u8(true, 600, 1024, 2048, -1, 1024, true);
}


TEST_F(fully_connected_gpu_tests, compressed_scale_bias) {
this->test_compressed_scale_bias(false);
}
Expand Down

0 comments on commit 420583a

Please sign in to comment.