Code review fixes.
This commit is contained in:
@@ -539,7 +539,7 @@ private:
|
||||
|
||||
DeviceProps deviceProps;
|
||||
|
||||
class CudaDeviceInfoFuncTable: DeviceInfoFuncTable
|
||||
class CudaDeviceInfoFuncTable : public DeviceInfoFuncTable
|
||||
{
|
||||
public:
|
||||
size_t sharedMemPerBlock() const
|
||||
@@ -1109,4 +1109,4 @@ public:
|
||||
}
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user