Skip to content

Instantly share code, notes, and snippets.

@biddisco
Created January 29, 2018 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biddisco/50cd3458fba0fb396a43c970c8a432b2 to your computer and use it in GitHub Desktop.
Save biddisco/50cd3458fba0fb396a43c970c8a432b2 to your computer and use it in GitHub Desktop.
auto taskname = profiler::createNameHP("HP Fact. Diag Block", k / nb);
diag_block_sf = block_ft_acc(k, k).then(
*matrix_HP,
[k, taskname, &sem, single_node](hpx::future<Matrix<T>>&& diag_block_ft)
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment