Skip to content
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cea96af
SWDEV-355313 - Move catch tests and samples
gargrahul Oct 26, 2022
909e7e4
SWDEV-355313 - Add README
gargrahul Nov 7, 2022
094b9af
SWDEV-355313 - Update amd-staging branch
gargrahul Nov 28, 2022
070bb7c
EXSWHTEC-174 - Add Doxygen configuration and common header with group…
milos-mozetic Dec 1, 2022
2a205ed
EXSWHTEC-200 - Add support for TEMPLATE_TEST_CASE preprocessing
milos-mozetic Dec 5, 2022
25fa1f4
EXSWHTEC-20 - hipFreeAsync negative tests
marko-veniger Dec 8, 2022
bb6c9f7
EXSWHTEC-19 - hipMallocAsync negative tests
marko-veniger Dec 8, 2022
dc2e3a1
EXSWHTEC-35 - Implement negative tests for hipMallocFromPoolAsync
marko-veniger Dec 8, 2022
7e955da
EXSWHTEC-36 - Basic hip mem pool negative tests
marko-veniger Dec 8, 2022
7ef4d27
EXSWHTEC-57 - Hip mem pool import export tests
marko-veniger Dec 8, 2022
2db594f
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
milos-mozetic Dec 13, 2022
1977515
EXSWHTEC-200 - Resolve conflicts in missed conflicted files
milos-mozetic Dec 13, 2022
259be27
EXSWHTEC-200 - Add newline at the end of the file
milos-mozetic Dec 14, 2022
e0daf30
EXSWHTEC-200 - Extend the PREDEFINED list to define all macro names t…
milos-mozetic Dec 14, 2022
2ac6a64
EXSWHTEC-224 - Test cases ID clean up and documentation for Stream Ma…
milos-mozetic Dec 15, 2022
057b8af
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
milos-mozetic Dec 19, 2022
dd321b6
EXSWHTEC-224 - Resolve unresolved merge conflicts
milos-mozetic Dec 19, 2022
773156d
Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…
milos-mozetic Dec 19, 2022
6ea811c
Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…
milos-mozetic Dec 19, 2022
01ce39a
Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…
milos-mozetic Dec 19, 2022
eb551d4
Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…
milos-mozetic Dec 19, 2022
2c58a3d
Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…
milos-mozetic Dec 19, 2022
558bb21
Merge branch 'hipMallocAsync_tests' of github.com:mirza-halilcevic/hi…
milos-mozetic Dec 19, 2022
83ad0a4
Merge branch 'hipFreeAsync_tests' of github.com:mirza-halilcevic/hip-…
milos-mozetic Dec 19, 2022
e682295
Merge branch 'hipMallocFromPoolAsync_tests' of github.com:mirza-halil…
milos-mozetic Dec 19, 2022
6ba8130
Merge branch 'basic_hipMemPool_negative_tests' of github.com:mirza-ha…
milos-mozetic Dec 19, 2022
c5df959
Merge branch 'hipMemPoolImportExport_tests' of github.com:mirza-halil…
milos-mozetic Dec 19, 2022
943278f
EXSWHTEC-224 - Test cases ID clean up and documentation for Stream Or…
milos-mozetic Dec 19, 2022
53b356b
EXSWHTEC-224 - Fix faulty resolved merge conflict
milos-mozetic Dec 28, 2022
82a1cc5
EXSWHTEC-224 - Fix an error in hipMemPoolImportExport doxygen comment
milos-mozetic Jan 24, 2023
f8f988d
Merge branch 'develop' into doxygen_stream_management_documentation
milos-mozetic Jun 22, 2023
f980098
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
milos-mozetic Jul 10, 2023
64bcc45
Merge remote-tracking branch 'origin/develop' into doxygen_stream_man…
nives-vukovic Feb 8, 2024
d4ee954
EXSWHTEC-224 - Fix merging issues
nives-vukovic Feb 8, 2024
83a305a
EXSWHTEC-224 - Modify doxygen comments
nives-vukovic Feb 8, 2024
e5ca6ce
Merge branch 'develop' into doxygen_stream_management_documentation
mirza-halilcevic Feb 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,540 changes: 2,540 additions & 0 deletions catch/DoxyfileTests

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catch/include/hip_test_context.hh
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ static bool _log_enable = (!TestContext::getEnvVar("HT_LOG_ENABLE").empty() ? tr
printf(format, __VA_ARGS__); \
printf("%c", '\n'); \
} \
}
}
Loading