test(compiler): add test for N = 16384 on GPU

This commit is contained in:
Agnes Leroy
2023-03-21 09:32:46 +01:00
committed by Agnès Leroy
parent d1781e0901
commit df5f1837fc

View File

@@ -274,10 +274,10 @@ $(FIXTURE_GPU_DIR):
mkdir -p $(FIXTURE_GPU_DIR)
$(FIXTURE_GPU_DIR)/end_to_end_apply_lookup_table.yaml: tests/end_to_end_fixture/end_to_end_apply_lookup_table_gen.py
$(Python3_EXECUTABLE) $< --bitwidth 1 2 3 4 5 6 7 > $@
$(Python3_EXECUTABLE) $< --bitwidth 1 2 3 4 5 6 7 8 > $@
$(FIXTURE_GPU_DIR)/end_to_end_linalg_apply_lookup_table.yaml: tests/end_to_end_fixture/end_to_end_linalg_apply_lookup_table_gen.py
$(Python3_EXECUTABLE) $< --bitwidth 1 2 3 4 5 6 7 > $@
$(Python3_EXECUTABLE) $< --bitwidth 1 2 3 4 5 6 7 8 > $@
generate-gpu-tests: $(FIXTURE_GPU_DIR) $(FIXTURE_GPU_DIR)/end_to_end_apply_lookup_table.yaml $(FIXTURE_GPU_DIR)/end_to_end_linalg_apply_lookup_table.yaml