Skip to content

Commit

Permalink
pushing all nvtx focused connector
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Jul 31, 2023
1 parent 4c2e200 commit 909f481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enum KernelExecutionType {
class KernelNVTXFocusedConnectorInfo {
public:
KernelNVTXFocusedConnectorInfo(std::string kName,
KernelExecutionType kernelType) {
KernelExecutionType kernelType) {
domainNameHandle = kName;
char* domainName = (char*)malloc(sizeof(char*) * (32 + kName.size()));

Expand Down

0 comments on commit 909f481

Please sign in to comment.