Skip to content

Commit

Permalink
[CUDA] functionName -> name (in free())
Browse files Browse the repository at this point in the history
  • Loading branch information
dmed256 committed Jun 29, 2015
1 parent dd9cfbd commit ab40c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/occaCUDA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ namespace occa {
void kernel_t<CUDA>::free(){
OCCA_EXTRACT_DATA(CUDA, Kernel);

OCCA_CUDA_CHECK("Kernel (" + functionName + ") : Unloading Module",
OCCA_CUDA_CHECK("Kernel (" + name + ") : Unloading Module",
cuModuleUnload(data_.module));
}
//==================================
Expand Down

0 comments on commit ab40c8a

Please sign in to comment.