Skip to content

Commit

Permalink
Update outdated URLs in comments (uxlfoundation#1129)
Browse files Browse the repository at this point in the history
* Update outdated URLs in comments

Signed-off-by: Olga Malysheva <[email protected]>
Co-authored-by: Dmitri Mokhov <[email protected]>
  • Loading branch information
omalyshe and dnmokhov authored Jun 19, 2023
1 parent c456844 commit 89b2e0e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/getting_started/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Code Samples of oneAPI Threading Building Blocks (oneTBB)
This directory contains the examples referenced by the [oneAPI Threading Building Blocks Get Started Guide](https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-onetbb/top.html)
This directory contains the examples referenced by the [oneAPI Threading Building Blocks Get Started Guide](https://www.intel.com/content/www/us/en/docs/onetbb/get-started-guide/current/overview.html)

| Code sample name | Description
|:--- |:---
Expand Down
2 changes: 1 addition & 1 deletion examples/getting_started/sub_string_finder/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sub_string_finder sample
An example that uses the `parallel_for` template in a substring matching program. The [oneAPI Threading Building Blocks [](https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-onetbb/top.html) describes this example.
An example that uses the `parallel_for` template in a substring matching program. The [oneAPI Threading Building Blocks Get Started Guide](https://www.intel.com/content/www/us/en/docs/onetbb/get-started-guide/current/overview.html) describes this example.

For each position in a string, the program displays the length of the largest matching substring elsewhere in the string. The program also displays the location of a largest match for each position. Consider the string "babba" as an example. Starting at position 0, "ba" is the largest substring with a match elsewhere in the string (position 3).

Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parallelized using Intel&reg; oneAPI Math Kernel Library or/and oneTBB.
The module implements Pool class with the standard interface using oneTBB which can be used to replace Python's ThreadPool.
Thanks to the monkey-patching technique implemented in class Monkey, no source code change is needed in order to enable threading composability in Python programs.

For more information and examples, please refer to [online blog](http://software.intel.com/en-us/blogs/2016/04/04unleash-parallel-performance-of-python-programs).
For more information and examples, please refer to [forum discussion](https://community.intel.com/t5/Intel-Distribution-for-Python/TBB-module-Unleash-parallel-performance-of-Python-programs/m-p/1074459).

## Directories
- **rml** - The folder contains sources for building the plugin with cross-process dynamic thread scheduler implementation.
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class TBBBuild(build):
description ="Python API for oneTBB",
long_description="Python API to Intel(R) oneAPI Threading Building Blocks library (oneTBB) "
"extended with standard Pool implementation and monkey-patching",
url ="https://software.intel.com/en-us/intel-tbb",
url ="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onetbb.html",
author ="Intel Corporation",
author_email="[email protected]",
license ="Dual license: Apache or Proprietary",
Expand Down
4 changes: 2 additions & 2 deletions src/tbb/tools_api/ittnotify.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2022 Intel Corporation
Copyright (c) 2005-2023 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -353,7 +353,7 @@ ITT_STUBV(ITTAPI, void, detach, (void))
* @defgroup Intel Processor Trace control
* API from this group provides control over collection and analysis of Intel Processor Trace (Intel PT) data
* Information about Intel Processor Trace technology can be found here (Volume 3 chapter 35):
* https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf
* https://github.com/tpn/pdfs/blob/master/Intel%2064%20and%20IA-32%20Architectures%20Software%20Developer's%20Manual%20-%20Combined%20Volumes%201-4%20-%20May%202018%20(325462-sdm-vol-1-2abcd-3abcd).pdf
* Use this API to mark particular code regions for loading detailed performance statistics.
* This mode makes your analysis faster and more accurate.
* @{
Expand Down
4 changes: 2 additions & 2 deletions test/tbb/test_eh_flow_graph.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2022 Intel Corporation
Copyright (c) 2005-2023 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -1928,7 +1928,7 @@ class Foo {
}
};

// test from user ahelwer: http://software.intel.com/en-us/forums/showthread.php?t=103786
// test from user ahelwer: https://community.intel.com/t5/Intel-oneAPI-Threading-Building/Exception-in-flow-graph-results-in-graph-wait-for-all-hanging/td-p/789352
// exception thrown in graph node, not caught in wait_for_all()
void
test_flow_graph_exception0() {
Expand Down
4 changes: 2 additions & 2 deletions test/tbb/test_limiter_node.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (c) 2005-2022 Intel Corporation
Copyright (c) 2005-2023 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -222,7 +222,7 @@ int test_serial() {
return 0;
}

// reported bug in limiter (http://software.intel.com/en-us/comment/1752355)
// reported bug in limiter (https://community.intel.com/t5/Intel-oneAPI-Threading-Building/multifun-node-try-put-several-messages-to-one-successor-crashes/m-p/922844)
#define DECREMENT_OUTPUT 1 // the port number of the decrement output of the multifunction_node
#define LIMITER_OUTPUT 0 // port number of the integer output

Expand Down

0 comments on commit 89b2e0e

Please sign in to comment.