Skip to content

Commit ac266df

Browse files
committed
follow cpplint
1 parent d946d01 commit ac266df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

paddle/cuda/include/hl_base.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
1313
limitations under the License. */
1414

15-
#ifndef PADDLE_CUDA_INCLUDE_HL_BASE_H_
16-
#define PADDLE_CUDA_INCLUDE_HL_BASE_H_
15+
#pragma once
1716

1817
#include <cstddef>
1918

@@ -244,5 +243,3 @@ __shfl_sync(unsigned, T val, int src_line, int width) {
244243
#endif
245244

246245
#endif // __NVCC__
247-
248-
#endif // PADDLE_CUDA_INCLUDE_HL_BASE_H_

0 commit comments

Comments
 (0)