Class HostLeapData
Defined in File HostLeapData.h
Inheritance Relationships
Base Type
public ska::cpu::LeapData(Class LeapData)
Class Documentation
-
class HostLeapData : public ska::cpu::LeapData
A cuda decorator for cpu::Integration. This class stores data on the host withs pinned memory calls to allow for asyncronous read and write with cuda.
Public Functions
-
inline HostLeapData(const ska::LeapDataset &ds, std::optional<unsigned int> refAnt, double minimumBaselineThreshold, bool computeInverse, bool useCache)
-
inline ~HostLeapData()
-
inline virtual void SetAd(Eigen::MatrixXd &&Ad) override
-
inline virtual void SetAd1(Eigen::MatrixXd &&Ad1) override
-
inline HostLeapData(const ska::LeapDataset &ds, std::optional<unsigned int> refAnt, double minimumBaselineThreshold, bool computeInverse, bool useCache)