Skip to content

Instantly share code, notes, and snippets.

@rosenrodt
rosenrodt / tlds-config.yaml
Created March 16, 2020 09:47
transpose lds
GlobalParameters:
MinimumRequiredVersion: 4.14.0
PrintLevel: 1
ForceRedoBenchmarkProblems: True
ForceRedoLibraryLogic: True
ForceRedoLibraryClient: True
CMakeBuildType: Release
EnqueuesPerSync: 1
SyncsPerBenchmark: 1
LibraryPrintDebug: False
@rosenrodt
rosenrodt / mfma-ci-test.log
Created February 20, 2020 13:44
mfma-ci-test.log
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 _______________________________________________________
@rosenrodt
rosenrodt / twoline_prompt.sh
Created November 19, 2019 01:52 — forked from mkottman/twoline_prompt.sh
A two-line colored Bash prompt (PS1) with Git branch and a line decoration which adjusts automatically to the width of the terminal. Recognizes SVN, Git and Fossil version control systems and shows the current branch/revision.
# 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\]"
@rosenrodt
rosenrodt / boost-compute-test-amd-vega-driver18.12.3.txt
Created January 10, 2019 10:49
Boost compute test failure report (AMD RX Vega)
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