You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating License file to no date in the title /*
* Copyright (c) 2020 Intel Corporation
*
* This program and the accompanying materials are made available under the
* terms of the The MIT License which is available at
* https://opensource.org/licenses/MIT.
*
* SPDX-License-Identifier: MIT
*/
* Update README.md
* Fix FPGA entries
* Update README.md
Updates per request of sranikonda
* Update README.md
* removing duplicate samples after transfering to dwarves folders
* Update Makefile.win
changing compiler name from "dpcpp-cl" to "dpcpp"
* Update Makefile.win
* Update Makefile.win.fpga
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update README.md
* Update README.md
* Update from Legal Approval of 10/05/2020
Co-authored-by: akertesz <[email protected]>
Copy file name to clipboardExpand all lines: third-party-programs.txt
+127Lines changed: 127 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,133 @@ Each version is given a distinguishing version number. If the Library as you rec
226
226
227
227
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Redistribution and use in source and binary forms, with or without modification, are permitted without royalty fees or other restrictions, provided that the following conditions are met:
238
+
239
+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
240
+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
241
+
* Neither the name of the University of Virginia, the Dept. of Computer Science, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
242
+
243
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF VIRGINIA OR THE SOFTWARE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
244
+
245
+
If you use this software or a modified version of it, please cite the most relevant among the following papers:
246
+
247
+
- M. A. Goodrum, M. J. Trotter, A. Aksel, S. T. Acton, and K. Skadron. Parallelization of Particle Filter Algorithms. In Proceedings of the 3rd Workshop on Emerging Applications and Many-core Architecture (EAMA), in conjunction with the IEEE/ACM International
248
+
Symposium on Computer Architecture (ISCA), June 2010.
249
+
250
+
- S. Che, M. Boyer, J. Meng, D. Tarjan, J. W. Sheaffer, Sang-Ha Lee and K. Skadron.
251
+
Rodinia: A Benchmark Suite for Heterogeneous Computing. IEEE International Symposium
252
+
on Workload Characterization, Oct 2009.
253
+
254
+
- J. Meng and K. Skadron. "Performance Modeling and Automatic Ghost Zone Optimization
255
+
for Iterative Stencil Loops on GPUs." In Proceedings of the 23rd Annual ACM International
256
+
Conference on Supercomputing (ICS), June 2009.
257
+
258
+
- L.G. Szafaryn, K. Skadron and J. Saucerman. "Experiences Accelerating MATLAB Systems
259
+
Biology Applications." in Workshop on Biomedicine in Computing (BiC) at the International
260
+
Symposium on Computer Architecture (ISCA), June 2009.
261
+
262
+
- M. Boyer, D. Tarjan, S. T. Acton, and K. Skadron. "Accelerating Leukocyte Tracking using CUDA:
263
+
A Case Study in Leveraging Manycore Coprocessors." In Proceedings of the International Parallel
264
+
and Distributed Processing Symposium (IPDPS), May 2009.
265
+
266
+
- S. Che, M. Boyer, J. Meng, D. Tarjan, J. W. Sheaffer, and K. Skadron. "A Performance
267
+
Study of General Purpose Applications on Graphics Processors using CUDA" Journal of
268
+
Parallel and Distributed Computing, Elsevier, June 2008.
0 commit comments