Merge branch 'master' of github.com:EthicalML/vulkan-kompute

This commit is contained in:
Alejandro Saucedo 2020-10-13 20:52:19 +01:00
commit e4a4f2cb5d

View file

@ -186,7 +186,7 @@ int main() {
if (std::shared_ptr<kp::Sequence> sq = sqWeakPtr.lock())
{
// Begin recording commands
sq.begin();
sq->begin();
// Record batch commands to send to GPU
sq->record<kp::OpMult<>>({ tensorLHS, tensorRHS, tensorOutput });