AssemblyBuffer changes
This commit is contained in:
@@ -72,6 +72,26 @@ private:
|
||||
std::atomic<bool> isAssembling_;
|
||||
};
|
||||
|
||||
class IoUringConstraints
|
||||
: public StagingBuffer::InputEngineConstraints
|
||||
{
|
||||
public:
|
||||
IoUringConstraints()
|
||||
: StagingBuffer::InputEngineConstraints()
|
||||
{}
|
||||
~IoUringConstraints() = default;
|
||||
};
|
||||
|
||||
class OpenClConstraints
|
||||
: public StagingBuffer::OutputEngineConstraints
|
||||
{
|
||||
public:
|
||||
OpenClConstraints()
|
||||
: StagingBuffer::OutputEngineConstraints()
|
||||
{}
|
||||
~OpenClConstraints() = default;
|
||||
};
|
||||
|
||||
} // namespace stim_buff
|
||||
} // namespace smo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user