We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc16d35 commit dca0f27Copy full SHA for dca0f27
src/gpu/intel/jit/ir/kernel_info.hpp
@@ -63,7 +63,7 @@ class memory_storage_wrapper_t {
63
64
const memory_storage_t *get() const {
65
if (!ptr_) return nullptr;
66
- return ptr_.get()->get();
+ return ptr_->get();
67
}
68
69
private:
0 commit comments