Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7a0ed3a4
Kaydet (Commit)
7a0ed3a4
authored
Mar 07, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Disable pre-compilation of OpenCL kernels for now.
Change-Id: I1e61fab8ae26c11af05084db1a5542c066f69852
üst
0f46b069
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
formulacell.cxx
sc/source/core/data/formulacell.cxx
+1
-3
formulagroupcl.cxx
sc/source/core/opencl/formulagroupcl.cxx
+4
-0
No files found.
sc/source/core/data/formulacell.cxx
Dosyayı görüntüle @
7a0ed3a4
...
...
@@ -54,7 +54,7 @@
#include <boost/scoped_ptr.hpp>
#define ENABLE_THREADED_OPENCL_KERNEL_COMPILATION
1
#define ENABLE_THREADED_OPENCL_KERNEL_COMPILATION
0
using
namespace
formula
;
...
...
@@ -3506,8 +3506,6 @@ ScFormulaCellGroupRef ScFormulaCell::CreateCellGroup( SCROW nLen, bool bInvarian
#if ENABLE_THREADED_OPENCL_KERNEL_COMPILATION
if
(
mxGroup
->
sxCompilationThread
.
is
())
mxGroup
->
scheduleCompilation
();
#else
mxGroup
->
compileOpenCLKernel
();
#endif
return
mxGroup
;
}
...
...
sc/source/core/opencl/formulagroupcl.cxx
Dosyayı görüntüle @
7a0ed3a4
...
...
@@ -3208,6 +3208,10 @@ DynamicKernel::~DynamicKernel()
/// Build code
void
DynamicKernel
::
CreateKernel
(
void
)
{
if
(
mpKernel
)
// already created.
return
;
cl_int
err
;
std
::
string
kname
=
"DynamicKernel"
+
mKernelSignature
;
// Compile kernel here!!!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment