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
86cac77f
Kaydet (Commit)
86cac77f
authored
May 19, 2014
tarafından
haochen
Kaydeden (comit)
Markus Mohrhard
May 19, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
GPU Calc:Fixed compiling warning in opbase.cxx&op_math.cxx
Change-Id: I885bf77a85f7f479a8a9632e64af306be243cdd0
üst
2b0a05c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
op_math.cxx
sc/source/core/opencl/op_math.cxx
+0
-2
opbase.cxx
sc/source/core/opencl/opbase.cxx
+1
-1
No files found.
sc/source/core/opencl/op_math.cxx
Dosyayı görüntüle @
86cac77f
...
@@ -990,8 +990,6 @@ void OpSinh::GenSlidingWindowFunction(std::stringstream &ss,
...
@@ -990,8 +990,6 @@ void OpSinh::GenSlidingWindowFunction(std::stringstream &ss,
const
std
::
string
&
sSymName
,
SubArguments
&
vSubArguments
)
const
std
::
string
&
sSymName
,
SubArguments
&
vSubArguments
)
{
{
FormulaToken
*
tmpCur
=
vSubArguments
[
0
]
->
GetFormulaToken
();
FormulaToken
*
tmpCur
=
vSubArguments
[
0
]
->
GetFormulaToken
();
static_cast
<
const
formula
::
SingleVectorRefToken
*>
(
tmpCur
);
ss
<<
"
\n
double "
<<
sSymName
;
ss
<<
"
\n
double "
<<
sSymName
;
ss
<<
"_"
<<
BinFuncName
()
<<
"("
;
ss
<<
"_"
<<
BinFuncName
()
<<
"("
;
for
(
unsigned
i
=
0
;
i
<
vSubArguments
.
size
();
i
++
)
for
(
unsigned
i
=
0
;
i
<
vSubArguments
.
size
();
i
++
)
...
...
sc/source/core/opencl/opbase.cxx
Dosyayı görüntüle @
86cac77f
...
@@ -42,7 +42,7 @@ VectorRef::VectorRef(const std::string &s, FormulaTreeNodeRef ft, int idx):
...
@@ -42,7 +42,7 @@ VectorRef::VectorRef(const std::string &s, FormulaTreeNodeRef ft, int idx):
VectorRef
::~
VectorRef
()
VectorRef
::~
VectorRef
()
{
{
if
(
mpClmem
)
{
if
(
mpClmem
)
{
cl
_int
ret
=
cl
ReleaseMemObject
(
mpClmem
);
clReleaseMemObject
(
mpClmem
);
}
}
}
}
...
...
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