This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import argparse | |
| import time | |
| from dataclasses import dataclass | |
| from typing import cast | |
| from tensorrt_llm import LLM | |
| from tensorrt_llm.llmapi import CudaGraphConfig, KvCacheConfig, SamplingParams | |
| from tensorrt_llm.tokenizer.tokenizer import tokenizer_factory | |
| from transformers import PreTrainedTokenizerBase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GlobalParameters: | |
| MinimumRequiredVersion: 4.14.0 | |
| PrintLevel: 1 | |
| ForceRedoBenchmarkProblems: True | |
| ForceRedoLibraryLogic: True | |
| ForceRedoLibraryClient: True | |
| CMakeBuildType: Release | |
| EnqueuesPerSync: 1 | |
| SyncsPerBenchmark: 1 | |
| LibraryPrintDebug: False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| info: writing test script to pre_checkin/mfma/test_mfma.py | |
| ========================================================== test session starts =========================================================== | |
| platform linux -- Python 3.5.2, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 | |
| rootdir: /mnt/Tensile-jenkins-test, inifile: pytest.ini | |
| collected 3 items | |
| Tensile/Tests/pre_checkin/mfma/test_mfma.py F.. [100%] | |
| ================================================================ FAILURES ================================================================ | |
| _______________________________________________________ test_sgemm_asm_mi32x32x2x1 _______________________________________________________ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # A two-line colored Bash prompt (PS1) with Git branch and a line decoration | |
| # which adjusts automatically to the width of the terminal. | |
| # Recognizes and shows Git, SVN and Fossil branch/revision. | |
| # Screenshot: http://img194.imageshack.us/img194/2154/twolineprompt.png | |
| # Michal Kottman, 2012 | |
| RESET="\[\033[0m\]" | |
| RED="\[\033[0;31m\]" | |
| GREEN="\[\033[01;32m\]" | |
| BLUE="\[\033[01;34m\]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 41/169 Test #41: algorithm.insertion_sort .............***Failed 2.01 sec | |
| Running 10 test cases... | |
| D:/repo/boost.compute/test/test_insertion_sort.cpp(34): error: in "compute_test/sort_char_vector": check boost::compute::is_sorted(vector.begin(), vector.end(), queue) == true has failed | |
| *** 1 failure is detected in the test module "TestInsertionSort" | |
| Start 45: algorithm.merge_sort_gpu | |
| 45/169 Test #45: algorithm.merge_sort_gpu .............***Failed 3.21 sec | |
| Running 9 test cases... | |
| D:/repo/boost.compute/test/test_merge_sort_gpu.cpp(52): error: in "compute_test/sort_small_vector_char": check boost::compute::is_sorted(vector.begin(), vector.end(), less, queue) has failed |