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
af8a6797
Kaydet (Commit)
af8a6797
authored
Kas 12, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
A bit more informative SAL_INFO logging
Change-Id: I60c38129a532e3843db4a422755ae50e4689b91f
üst
607a306a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
openclwrapper.cxx
sc/source/core/opencl/openclwrapper.cxx
+6
-2
No files found.
sc/source/core/opencl/openclwrapper.cxx
Dosyayı görüntüle @
af8a6797
...
...
@@ -526,6 +526,8 @@ bool checkForKnownBadCompilers(const OpenCLPlatformInfo& rPlatform, const OpenCL
i
!=
ScInterpreter
::
GetGlobalConfig
().
maOpenCLBlackList
.
end
();
++
i
)
{
SAL_INFO
(
"sc.opencl"
,
"Looking for match for platform="
<<
rPlatform
<<
", device="
<<
rDevice
<<
" in blacklist entry="
<<
*
i
);
#if defined WNT
if
(
i
->
maOS
!=
"*"
&&
i
->
maOS
!=
"Windows"
)
continue
;
...
...
@@ -552,7 +554,7 @@ bool checkForKnownBadCompilers(const OpenCLPlatformInfo& rPlatform, const OpenCL
continue
;
// It matches; reject it
SAL_INFO
(
"sc.opencl"
,
"Match
for platform="
<<
rPlatform
<<
", device="
<<
rDevice
<<
" in blacklist="
<<
*
i
);
SAL_INFO
(
"sc.opencl"
,
"Match
! Rejecting"
);
return
true
;
}
...
...
@@ -562,6 +564,8 @@ bool checkForKnownBadCompilers(const OpenCLPlatformInfo& rPlatform, const OpenCL
i
!=
ScInterpreter
::
GetGlobalConfig
().
maOpenCLWhiteList
.
end
();
++
i
)
{
SAL_INFO
(
"sc.opencl"
,
"Looking for match for platform="
<<
rPlatform
<<
", device="
<<
rDevice
<<
" in whitelist entry="
<<
*
i
);
#if defined WNT
if
(
i
->
maOS
!=
"*"
&&
i
->
maOS
!=
"Windows"
)
continue
;
...
...
@@ -587,7 +591,7 @@ bool checkForKnownBadCompilers(const OpenCLPlatformInfo& rPlatform, const OpenCL
continue
;
// It matches; approve it
SAL_INFO
(
"sc.opencl"
,
"Match
for platform="
<<
rPlatform
<<
", device="
<<
rDevice
<<
" in whitelist="
<<
*
i
);
SAL_INFO
(
"sc.opencl"
,
"Match
! Approving"
);
return
false
;
}
...
...
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