mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
use single threaded tensor generator (#161)
This commit is contained in:
@@ -261,7 +261,7 @@ int main(int argc, char* argv[])
|
||||
float alpha = args.scales[0];
|
||||
float beta = args.scales[1];
|
||||
|
||||
std::size_t num_thread = std::thread::hardware_concurrency();
|
||||
std::size_t num_thread = 1;
|
||||
|
||||
if(args.do_verification)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user