From bc2941f8cee00efb6c5f5a942f0a72e0f96c85fd Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Wed, 2 Apr 2025 09:43:25 +0200 Subject: [PATCH] Fix TBB docs link in references of 08-tbb slides --- 08-tbb/08-tbb.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-tbb/08-tbb.tex b/08-tbb/08-tbb.tex index f8838f5..0831655 100644 --- a/08-tbb/08-tbb.tex +++ b/08-tbb/08-tbb.tex @@ -564,7 +564,7 @@ \section{Performance comparison} \begin{frame}{References} \begin{itemize} \item oneAPI Threading Building Blocks GitHub repository: \url{https://github.com/uxlfoundation/oneTBB} - \item oneAPI Threading Building Blocks (oneTBB) documentation: \url{oneAPI Threading Building Blocks (oneTBB)} + \item oneAPI Threading Building Blocks (oneTBB) documentation: \url{https://uxlfoundation.github.io/oneTBB/} \item CppCon 2015: Pablo Halpern "Work Stealing": \url{https://www.youtube.com/watch?v=iLHNF7SgVN4} \item Pushing the limits of work-stealing: \url{https://community.intel.com/legacyfs/online/drupal_files/managed/9d/48/ConfAnton-Pushing-the-limits-of-work-stealing-approved.pdf} \end{itemize}