2022-02-24 16:40:14 +05:30
|
|
|
# Copyright (c) 2022 Advanced Micro Devices, Inc. All Rights Reserved.
|
2021-11-26 04:45:45 +05:30
|
|
|
#
|
|
|
|
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
|
# of this software and associated documentation files (the "Software"), to deal
|
|
|
|
|
# in the Software without restriction, including without limitation the rights
|
|
|
|
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
|
# copies of the Software, and to permit persons to whom the Software is
|
|
|
|
|
# furnished to do so, subject to the following conditions:
|
|
|
|
|
#
|
|
|
|
|
# The above copyright notice and this permission notice shall be included in
|
|
|
|
|
# all copies or substantial portions of the Software.
|
|
|
|
|
#
|
|
|
|
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
|
# THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
# Common Tests - Test independent of all platforms
|
|
|
|
|
set(TEST_SRC
|
2021-11-26 07:19:49 +05:30
|
|
|
hipGraphAddEmptyNode.cc
|
2021-11-26 07:19:12 +05:30
|
|
|
hipGraphAddDependencies.cc
|
2022-05-13 22:45:31 +05:30
|
|
|
hipGraphAddEventRecordNode.cc
|
2021-11-26 07:18:18 +05:30
|
|
|
hipGraph.cc
|
|
|
|
|
hipSimpleGraphWithKernel.cc
|
|
|
|
|
hipGraphAddMemcpyNode.cc
|
2022-02-24 16:40:14 +05:30
|
|
|
hipGraphClone.cc
|
2022-02-24 16:41:35 +05:30
|
|
|
hipGraphInstantiateWithFlags.cc
|
2022-02-24 16:54:07 +05:30
|
|
|
hipGraphAddHostNode.cc
|
2022-02-24 20:43:14 +05:30
|
|
|
hipGraphAddMemcpyNodeFromSymbol.cc
|
2022-02-24 20:43:51 +05:30
|
|
|
hipGraphChildGraphNodeGetGraph.cc
|
2022-02-24 20:44:23 +05:30
|
|
|
hipGraphNodeFindInClone.cc
|
2022-02-24 20:44:54 +05:30
|
|
|
hipGraphExecHostNodeSetParams.cc
|
2022-02-24 20:45:30 +05:30
|
|
|
hipGraphAddMemcpyNodeToSymbol.cc
|
2022-02-24 20:46:30 +05:30
|
|
|
hipGraphExecMemsetNodeSetParams.cc
|
2022-02-24 20:47:07 +05:30
|
|
|
hipGraphMemcpyNodeSetParamsToSymbol.cc
|
2022-02-25 14:04:23 +05:30
|
|
|
hipGraphDestroyNode.cc
|
2022-02-25 14:07:38 +05:30
|
|
|
hipGraphGetNodes.cc
|
|
|
|
|
hipGraphGetRootNodes.cc
|
2022-02-25 18:53:36 +05:30
|
|
|
hipGraphHostNodeSetParams.cc
|
2022-02-25 18:54:14 +05:30
|
|
|
hipGraphAddMemcpyNode1D.cc
|
2022-02-25 18:54:55 +05:30
|
|
|
hipGraphAddChildGraphNode.cc
|
2022-03-11 15:26:55 +05:30
|
|
|
hipGraphNodeGetType.cc
|
2022-03-31 10:35:21 +05:30
|
|
|
hipGraphExecMemcpyNodeSetParams1D.cc
|
2022-03-31 10:36:13 +05:30
|
|
|
hipGraphGetEdges.cc
|
2022-03-31 13:13:15 +05:30
|
|
|
hipGraphRemoveDependencies.cc
|
2022-03-31 15:34:33 +05:30
|
|
|
hipGraphInstantiate.cc
|
2022-03-31 21:32:41 +05:30
|
|
|
hipGraphExecUpdate.cc
|
2022-03-31 21:41:58 +05:30
|
|
|
hipGraphExecEventRecordNodeSetEvent.cc
|
2022-04-01 05:36:26 +05:30
|
|
|
hipGraphMemsetNodeGetParams.cc
|
|
|
|
|
hipGraphMemsetNodeSetParams.cc
|
2022-04-01 05:37:12 +05:30
|
|
|
hipGraphExecMemcpyNodeSetParamsFromSymbol.cc
|
2022-05-17 16:00:53 +05:30
|
|
|
hipGraphEventRecordNodeGetEvent.cc
|
2022-05-17 16:01:43 +05:30
|
|
|
hipGraphEventRecordNodeSetEvent.cc
|
2022-05-13 23:38:01 +05:30
|
|
|
hipGraphEventWaitNodeGetEvent.cc
|
2022-05-13 21:34:13 +05:30
|
|
|
hipGraphExecMemcpyNodeSetParams.cc
|
2022-06-02 19:31:48 +05:30
|
|
|
hipStreamBeginCapture.cc
|
2022-06-02 19:32:58 +05:30
|
|
|
hipGraphAddMemcpyNode1D.cc
|
2022-06-15 01:52:10 +05:30
|
|
|
hipStreamIsCapturing.cc
|
2022-06-13 15:33:49 +05:30
|
|
|
hipStreamGetCaptureInfo.cc
|
2022-06-13 15:34:29 +05:30
|
|
|
hipStreamEndCapture.cc
|
2021-11-26 04:45:45 +05:30
|
|
|
)
|
|
|
|
|
|
2021-12-15 20:41:13 -08:00
|
|
|
hip_add_exe_to_target(NAME GraphsTest
|
|
|
|
|
TEST_SRC ${TEST_SRC}
|
|
|
|
|
TEST_TARGET_NAME build_tests)
|