CMS 3D CMS Logo

List of all members | Public Member Functions
cudatest::TestAlgo Class Reference

#include <TestAlgo.h>

Public Member Functions

void fill (cudatest::TestDeviceCollection &collection, cudaStream_t stream) const
 
void fill (cudatest::TestHostCollection &collection) const
 

Detailed Description

Definition at line 9 of file TestAlgo.h.

Member Function Documentation

◆ fill() [1/2]

void cudatest::TestAlgo::fill ( cudatest::TestDeviceCollection collection,
cudaStream_t  stream 
) const

◆ fill() [2/2]

void cudatest::TestAlgo::fill ( cudatest::TestHostCollection collection) const

Definition at line 17 of file TestAlgo.cc.

References universalConfigTemplate::collection, and cudatest::testAlgoKernel().

17  {
18  testAlgoKernel(collection.view(), collection->metadata().size());
19  }
static void testAlgoKernel(cudatest::TestHostCollection::View view, int32_t size)
Definition: TestAlgo.cc:7