Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
620bd90d
Commit
620bd90d
authored
Mar 15, 2015
by
BRAMAS Berenger
Browse files
remove an assert since it no longer the same pointer for the same pointing handle on gpu
parent
570c1f42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/GroupTree/FStarPUCudaWrapper.hpp
View file @
620bd90d
...
...
@@ -148,7 +148,7 @@ public:
/////////////////////////////////////////////////////////////////////////////////////
static
void
transferInPassCallback
(
void
*
buffers
[],
void
*
cl_arg
){
FAssertLF
(
STARPU_VARIABLE_GET_PTR
(
buffers
[
0
])
==
STARPU_VARIABLE_GET_PTR
(
buffers
[
1
]));
//
FAssertLF(STARPU_VARIABLE_GET_PTR(buffers[0]) == STARPU_VARIABLE_GET_PTR(buffers[1]));
//CudaCellGroupClass currentCells((unsigned char*)STARPU_VARIABLE_GET_PTR(buffers[0]),
// STARPU_VARIABLE_GET_ELEMSIZE(buffers[0]));
...
...
@@ -164,8 +164,8 @@ public:
}
static
void
transferInoutPassCallback
(
void
*
buffers
[],
void
*
cl_arg
){
FAssertLF
(
STARPU_VARIABLE_GET_PTR
(
buffers
[
0
])
==
STARPU_VARIABLE_GET_PTR
(
buffers
[
2
]));
FAssertLF
(
STARPU_VARIABLE_GET_PTR
(
buffers
[
1
])
==
STARPU_VARIABLE_GET_PTR
(
buffers
[
3
]));
//
FAssertLF(STARPU_VARIABLE_GET_PTR(buffers[0]) == STARPU_VARIABLE_GET_PTR(buffers[2]));
//
FAssertLF(STARPU_VARIABLE_GET_PTR(buffers[1]) == STARPU_VARIABLE_GET_PTR(buffers[3]));
// CudaCellGroupClass currentCells((unsigned char*)STARPU_VARIABLE_GET_PTR(buffers[0]),
// STARPU_VARIABLE_GET_ELEMSIZE(buffers[0]));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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