mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Adding asynchronous execution as it improves the performance.
This commit is contained in:
@@ -347,7 +347,7 @@ template< typename Self, typename Output, typename Index, typename ContractT, ty
|
||||
/// End the kernel
|
||||
});
|
||||
});
|
||||
self.device().synchronize();
|
||||
self.device().asynchronousExec();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user