Skip to content

Commit bed8a56

Browse files
JoeOsterakertesztomlenthanjgola
authored
LPOT Readme update (oneapi-src#462)
* 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 * Create README.md * Add files via upload * Update README.md minor modifications to content, purpose and key implementation details. * Update sample.json aligned description with readme * Update README.md reshuffled parts of the purpose and implementation details and abstracted a few key concepts into better summaries. * Update sample.json synched description with readme. * Update README.md * Fixing conflicts * ng conflicts * Create README.md * Create sample.json * Create sample.json * removing franmeworks folder * fixing a issue * Fixing an issue * Update hyperlink * update a hyperlin * fixing hyperlink * updatereadme.md files w/ grammer corrections * updatereadme.md files w/ grammer & spelling corrections * Audrey's edits to fpga_compile's README * Disambiguate "compile time" in fpga_compile README * updatereadme.md files w/ grammer & spelling corrections * updatereadme.md files w/ grammer corrections * updatereadme.md files w/ grammer corrections * updatereadme.md files w/ grammer corrections * updatereadme.md files w/ grammer corrections * updatereadme.md files w/ grammer corrections * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * updatereadme.md files w/ corrected window run commands * Update README.md * Remove license files from all samples, except root * Readme changes based pn Lincense file requirements * removing unused folders * Minor fixits to FPGA project template READMEs Signed-off-by: Audrey Kertesz <[email protected]> * Fix some grammar-check-induced ambiguity in FPGA Reference Design READMEs Signed-off-by: Audrey Kertesz <[email protected]> * Correct name of FPGA PAC D5005 in reference design README files. Signed-off-by: Audrey Kertesz <[email protected]> * Fix errors introduced by grammar check in FPGA Design Pattern READMEs Signed-off-by: Audrey Kertesz <[email protected]> * Fix errors introduced by Grammarly in FPGA Tools and GettingStarted code samples Signed-off-by: Audrey Kertesz <[email protected]> * Fix auto-corrections in READMEs for FPGA Features code samples Signed-off-by: Audrey Kertesz <[email protected]> * repalcing license file * repalcing license file * correcting formatting * Update README.md * Update README.md * Update README.md * Fix Intel FPGA PAC D5005 name in FPGA REAMDEs Signed-off-by: Audrey Kertesz <[email protected]> * Update readme titles * Updateing readme body * Update ISO2DFD readme body * Updating hyperlinks * Revert "Remove license filt stat :wq es from all samples, except root" This reverts commit e15c117. * Backing out License.txt removal orifinaly done on December 15 * Revert "Remove license files from all samples, except root" This reverts commit e15c117. * Create new_sample * Rename new_sample to new_sample.md * Update new_sample.md * Update new_sample.md * Update new_sample.md fix type and grammar * Update new_sample.md updates * Delete Zlib_license.txt * dding third party license file * Update README.md * Update README.md Co-authored-by: akertesz <[email protected]> Co-authored-by: tomlenth <[email protected]> Co-authored-by: Audrey Kertesz <[email protected]> Co-authored-by: anjgola <[email protected]>
1 parent 73a10fd commit bed8a56

File tree

2 files changed

+254
-1
lines changed

2 files changed

+254
-1
lines changed

AI-and-Analytics/Getting-Started-Samples/LPOT-Sample-for-Tensorflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We will learn how to train a CNN model based on Keras with Tensorflow, use LPOT
4646
|:--- |:---
4747
| OS | Linux* Ubuntu* 18.04
4848
| Hardware | The Second Generation Intel(R) Xeon(R) Scalable processor family or newer
49-
| Software | Intel(R) oneAPI AI Analytics Toolkit
49+
| Software | Intel(R) oneAPI AI Analytics Toolkit 1.2 or newer
5050
| What you will learn | How to use LPOT tool to quantize the AI model based on Tensorflow and speed up the inference on Intel(R) Xeon(R) CPU
5151
| Time to complete | 10 minutes
5252

Lines changed: 253 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,253 @@
1+
oneAPI Code Samples - Third Party Programs File
2+
3+
This file contains the list of third party software ("third party programs")
4+
contained in the Intel software and their required notices and/or license
5+
terms. This third party software, even if included with the distribution of the
6+
Intel software, may be governed by separate license terms, including without
7+
limitation, third party license terms, other Intel software license terms, and
8+
open source software license terms. These separate license terms govern your use
9+
of the third party programs as set forth in the “third-party-programs.txt” or
10+
other similarly named text file.
11+
12+
Third party programs and their corresponding required notices and/or license
13+
terms are listed below.
14+
15+
--------------------------------------------------------------------------------
16+
17+
1. Nothings STB Libraries
18+
19+
stb/LICENSE
20+
21+
This software is available under 2 licenses -- choose whichever you prefer.
22+
------------------------------------------------------------------------------
23+
ALTERNATIVE A - MIT License
24+
Copyright (c) 2017 Sean Barrett
25+
Permission is hereby granted, free of charge, to any person obtaining a copy of
26+
this software and associated documentation files (the "Software"), to deal in
27+
the Software without restriction, including without limitation the rights to
28+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
29+
of the Software, and to permit persons to whom the Software is furnished to do
30+
so, subject to the following conditions:
31+
The above copyright notice and this permission notice shall be included in all
32+
copies or substantial portions of the Software.
33+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39+
SOFTWARE.
40+
------------------------------------------------------------------------------
41+
ALTERNATIVE B - Public Domain (www.unlicense.org)
42+
This is free and unencumbered software released into the public domain.
43+
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
44+
software, either in source code form or as a compiled binary, for any purpose,
45+
commercial or non-commercial, and by any means.
46+
In jurisdictions that recognize copyright laws, the author or authors of this
47+
software dedicate any and all copyright interest in the software to the public
48+
domain. We make this dedication for the benefit of the public at large and to
49+
the detriment of our heirs and successors. We intend this dedication to be an
50+
overt act of relinquishment in perpetuity of all present and future rights to
51+
this software under copyright law.
52+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55+
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
56+
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
57+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
58+
59+
--------------------------------------------------------------------------------
60+
61+
2. FGPA example designs-gzip
62+
63+
SDL2.0
64+
65+
zlib License
66+
67+
68+
This software is provided 'as-is', without any express or implied
69+
warranty. In no event will the authors be held liable for any damages
70+
arising from the use of this software.
71+
72+
Permission is granted to anyone to use this software for any purpose,
73+
including commercial applications, and to alter it and redistribute it
74+
freely, subject to the following restrictions:
75+
76+
1. The origin of this software must not be misrepresented; you must not
77+
claim that you wrote the original software. If you use this software
78+
in a product, an acknowledgment in the product documentation would be
79+
appreciated but is not required.
80+
2. Altered source versions must be plainly marked as such, and must not be
81+
misrepresented as being the original software.
82+
3. This notice may not be removed or altered from any source distribution.
83+
84+
85+
--------------------------------------------------------------------------------
86+
87+
3. Nbody
88+
(c) 2019 Fabio Baruffa
89+
90+
Plotly.js
91+
Copyright (c) 2020 Plotly, Inc
92+
93+
Permission is hereby granted, free of charge, to any person obtaining a copy
94+
of this software and associated documentation files (the "Software"), to deal
95+
in the Software without restriction, including without limitation the rights
96+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
97+
copies of the Software, and to permit persons to whom the Software is
98+
furnished to do so, subject to the following conditions:
99+
100+
The above copyright notice and this permission notice shall be included in all
101+
copies or substantial portions of the Software.
102+
103+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109+
SOFTWARE.
110+
© 2020 GitHub, Inc.
111+
112+
--------------------------------------------------------------------------------
113+
114+
4. GNU-EFI
115+
Copyright (c) 1998-2000 Intel Corporation
116+
117+
The files in the "lib" and "inc" subdirectories are using the EFI Application
118+
Toolkit distributed by Intel at http://developer.intel.com/technology/efi
119+
120+
This code is covered by the following agreement:
121+
122+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
123+
124+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
125+
126+
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.
127+
128+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
129+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
130+
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL BE
131+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
132+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
133+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
134+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
135+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
136+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
137+
POSSIBILITY OF SUCH DAMAGE. THE EFI SPECIFICATION AND ALL OTHER INFORMATION
138+
ON THIS WEB SITE ARE PROVIDED "AS IS" WITH NO WARRANTIES, AND ARE SUBJECT
139+
TO CHANGE WITHOUT NOTICE.
140+
141+
--------------------------------------------------------------------------------
142+
143+
5. Edk2
144+
Copyright (c) 2019, Intel Corporation. All rights reserved.
145+
146+
Edk2 Basetools
147+
Copyright (c) 2019, Intel Corporation. All rights reserved.
148+
149+
SPDX-License-Identifier: BSD-2-Clause-Patent
150+
151+
--------------------------------------------------------------------------------
152+
153+
6. Heat Transmission
154+
155+
GNU LESSER GENERAL PUBLIC LICENSE
156+
Version 3, 29 June 2007
157+
158+
Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/>
159+
160+
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
161+
162+
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below.
163+
164+
0. Additional Definitions.
165+
As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License.
166+
167+
“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
168+
169+
An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
170+
171+
A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”.
172+
173+
The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
174+
175+
The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
176+
177+
1. Exception to Section 3 of the GNU GPL.
178+
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
179+
180+
2. Conveying Modified Versions.
181+
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
182+
183+
a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or
184+
b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
185+
3. Object Code Incorporating Material from Library Header Files.
186+
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
187+
188+
a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
189+
b) Accompany the object code with a copy of the GNU GPL and this license document.
190+
4. Combined Works.
191+
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
192+
193+
a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
194+
b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
195+
c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
196+
d) Do one of the following:
197+
0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
198+
1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version.
199+
e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
200+
5. Combined Libraries.
201+
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
202+
203+
a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License.
204+
b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work.
205+
6. Revised Versions of the GNU Lesser General Public License.
206+
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
207+
208+
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
209+
210+
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.
211+
212+
--------------------------------------------------------------------------------
213+
7. Rodinia
214+
Copyright (c)2008-2011 University of Virginia
215+
All rights reserved.
216+
217+
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:
218+
219+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
220+
* 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.
221+
* 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.
222+
223+
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.
224+
225+
If you use this software or a modified version of it, please cite the most relevant among the following papers:
226+
227+
- 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
228+
Symposium on Computer Architecture (ISCA), June 2010.
229+
230+
- S. Che, M. Boyer, J. Meng, D. Tarjan, J. W. Sheaffer, Sang-Ha Lee and K. Skadron.
231+
Rodinia: A Benchmark Suite for Heterogeneous Computing. IEEE International Symposium
232+
on Workload Characterization, Oct 2009.
233+
234+
- J. Meng and K. Skadron. "Performance Modeling and Automatic Ghost Zone Optimization
235+
for Iterative Stencil Loops on GPUs." In Proceedings of the 23rd Annual ACM International
236+
Conference on Supercomputing (ICS), June 2009.
237+
238+
- L.G. Szafaryn, K. Skadron and J. Saucerman. "Experiences Accelerating MATLAB Systems
239+
Biology Applications." in Workshop on Biomedicine in Computing (BiC) at the International
240+
Symposium on Computer Architecture (ISCA), June 2009.
241+
242+
- M. Boyer, D. Tarjan, S. T. Acton, and K. Skadron. "Accelerating Leukocyte Tracking using CUDA:
243+
A Case Study in Leveraging Manycore Coprocessors." In Proceedings of the International Parallel
244+
and Distributed Processing Symposium (IPDPS), May 2009.
245+
246+
- S. Che, M. Boyer, J. Meng, D. Tarjan, J. W. Sheaffer, and K. Skadron. "A Performance
247+
Study of General Purpose Applications on Graphics Processors using CUDA" Journal of
248+
Parallel and Distributed Computing, Elsevier, June 2008.
249+
250+
--------------------------------------------------------------------------------
251+
Other names and brands may be claimed as the property of others.
252+
253+
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)