Skip to content

Commit

Permalink
Add MKL to license. Update installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Oct 25, 2016
1 parent 259d6e4 commit 73ee447
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MainFrame::MainFrame(wxFrame *frame, const wxString& title)
cfg_num_threads = std::min(SMP::get_num_cpus(), MAX_CPUS);
cfg_enable_nets = true;
cfg_max_playouts = INT_MAX;
GTP::setup_default_parameters();
cfg_lagbuffer_cs = 50;

std::auto_ptr<Random> rng(new Random(5489UL));
Zobrist::init_zobrist(*rng);
Expand Down
6 changes: 3 additions & 3 deletions installer/Leela.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!define LEELABIN "Leela073.exe"
!define LEELAOCL "Leela073_OpenCL.exe"
!define VERSION "0.7.3"
!define LEELABIN "Leela074.exe"
!define LEELAOCL "Leela074_OpenCL.exe"
!define VERSION "0.7.4"

!if "${NSIS_PACKEDVERSION}" >= 0x3000000
Unicode true
Expand Down
6 changes: 5 additions & 1 deletion installer/license.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{\s21\sbasedon0\snext21\ql\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf1\i\kerning1\dbch\af5\langfe1033\dbch\af5\afs24\loch\f0\fs24\lang1033 caption;}
{\s22\sbasedon0\snext22\ql\widctlpar\hyphpar0\ltrpar\cf1\kerning1\dbch\af5\langfe1081\dbch\af5\afs24\loch\f0\fs24\lang1033 Table Contents;}
{\s23\sbasedon22\snext23\ql\widctlpar\hyphpar0\ltrpar\cf1\kerning1\dbch\af5\langfe1081\dbch\af5\afs24\loch\f0\fs24\lang1033 Table Heading;}
}{\*\generator LibreOffice/5.0.3.2$Windows_x86 LibreOffice_project/e5f16313668ac592c1bfb310f4390624e3dbfb75}{\info{\title LEELA LITE LICENSE AGREEMENT}{\author Gian-Carlo Pascutto}{\creatim\yr2007\mo11\dy28\hr18\min5}{\revtim\yr2016\mo10\dy14\hr16\min40}{\printim\yr0\mo0\dy0\hr0\min0}}\deftab720
}{\*\generator LibreOffice/5.0.3.2$Windows_x86 LibreOffice_project/e5f16313668ac592c1bfb310f4390624e3dbfb75}{\info{\title LEELA LITE LICENSE AGREEMENT}{\author Gian-Carlo Pascutto}{\creatim\yr2007\mo11\dy28\hr18\min5}{\revtim\yr2016\mo10\dy25\hr23\min40}{\printim\yr0\mo0\dy0\hr0\min0}}\deftab720
\hyphauto0\viewscale100
{\*\pgdsctbl
{\pgdsc0\pgdscuse451\pgwsxn12240\pghsxn15840\marglsxn1800\margrsxn1800\margtsxn1440\margbsxn1440\pgdscnxt0 Default Style;}}
Expand Down Expand Up @@ -79,4 +79,8 @@ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMP
OpenCL is a trademark of Apple Inc. used under license by Khronos.}
\par \pard\plain \s0\ql\widctlpar\hyphpar0\ltrpar\cf1\kerning1\dbch\af5\langfe1081\dbch\af5\afs24\alang1081\loch\f0\fs24\lang1033\ql\widctlpar\hyphpar0\ltrpar\rtlch \ltrch\loch

\par \pard\plain \s0\ql\widctlpar\hyphpar0\ltrpar\cf1\kerning1\dbch\af5\langfe1081\dbch\af5\afs24\alang1081\loch\f0\fs24\lang1033\ql\widctlpar\hyphpar0\ltrpar{\i0\b0\rtlch \ltrch\loch\fs20
Leela uses the Intel\u174\'ae Math Kernel Library available at http://www.intel.com/software/products/mkl. Disassembling or reverse engineering this library is prohibited.}
\par \pard\plain \s0\ql\widctlpar\hyphpar0\ltrpar\cf1\kerning1\dbch\af5\langfe1081\dbch\af5\afs24\alang1081\loch\f0\fs24\lang1033\ql\widctlpar\hyphpar0\ltrpar\rtlch \ltrch\loch

\par }

0 comments on commit 73ee447

Please sign in to comment.