syntax error

Hi while running cuda hello world program am getting error as
syntax error : ‘<’
at line kernelAddConstant<<<gpu_blocks,gpu_threads>>>(d_a,b)

please any one help to come out of this error.
this file is in .cu format

Are you compiling it using nvcc? Have you included cuda.h?