dmccloskey / TensorBase

A GPU accelerated, in memory, and multi-dimensional database
MIT License
1 stars 1 forks source link

GPU refactor of TensorSelect, TensorTable, TensorAxis, TensorDimension, and TensorData #28

Closed dmccloskey closed 5 years ago

dmccloskey commented 5 years ago

Description

Gpu-specific method implementation and tests have lagged the Cpu specific versions. Now that I have access to a NVIDIA Gpu, it is time to amend the lack of Gpu method and test coverage

Objectives

Validation