vtkm_cont listed non-device sources as device-source

Cleanup the device sources list in vtkm_cont to only contain
.cxx files that could invoke cuda
This commit is contained in:
Robert Maynard 2018-07-19 12:59:34 -04:00
parent 389eaa2c34
commit d7660a556c

@ -119,6 +119,7 @@ set(sources
BoundsGlobalCompute.cxx
CellSet.cxx
CellSetStructured.cxx
DataSet.cxx
DataSetBuilderExplicit.cxx
DataSetBuilderRectilinear.cxx
DataSetBuilderUniform.cxx
@ -127,11 +128,14 @@ set(sources
Field.cxx
FieldRangeCompute.cxx
FieldRangeGlobalCompute.cxx
internal/SimplePolymorphicContainer.cxx
internal/ArrayManagerExecutionShareWithControl.cxx
internal/ArrayHandleBasicImpl.cxx
internal/ArrayManagerExecutionShareWithControl.cxx
internal/SimplePolymorphicContainer.cxx
MultiBlock.cxx
PresetColorTables.cxx
RuntimeDeviceTracker.cxx
StorageBasic.cxx
TryExecute.cxx
)
# This list of sources has code that uses devices and so might need to be
@ -141,10 +145,6 @@ set(device_sources
CellSetExplicit.cxx
ColorTable.cxx
CoordinateSystem.cxx
DataSet.cxx
MultiBlock.cxx
RuntimeDeviceTracker.cxx
TryExecute.cxx
)
#-----------------------------------------------------------------------------