v3.9 (#2185)
* v3.8 update x * fix blackwell gg * doc change * doc change * doc change --------- Co-authored-by: yuzhai <yuzhai@nvidia.com> Co-authored-by: Haicheng Wu <haichengw@nvidia.com> Co-authored-by: Haicheng Wu <57973641+hwu36@users.noreply.github.com>
This commit is contained in:
co-authored by
yuzhai
Haicheng Wu
Haicheng Wu
parent
8c4d1dc47d
commit
62750a2b75
@@ -52,7 +52,11 @@ static constexpr int MinWorkspaceAlignment = 16;
|
||||
|
||||
#if !defined(__CUDACC_RTC__)
|
||||
static Status
|
||||
zero_workspace(void* workspace, size_t workspace_size, cudaStream_t stream = nullptr, CudaHostAdapter *cuda_adapter = nullptr) {
|
||||
zero_workspace(
|
||||
void* workspace,
|
||||
size_t workspace_size,
|
||||
cudaStream_t stream = nullptr,
|
||||
[[maybe_unused]] CudaHostAdapter *cuda_adapter = nullptr) {
|
||||
if (workspace_size > 0) {
|
||||
if (workspace == nullptr) {
|
||||
CUTLASS_TRACE_HOST(" error: device workspace must not be null");
|
||||
|
||||
Reference in New Issue
Block a user