• 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

OpenCLのエラーコードのメモです。

   1  // Error Codes
   2  #define CL_SUCCESS                                  0
   3  #define CL_DEVICE_NOT_FOUND                         -1
   4  #define CL_DEVICE_NOT_AVAILABLE                     -2
   5  #define CL_COMPILER_NOT_AVAILABLE                   -3
   6  #define CL_MEM_OBJECT_ALLOCATION_FAILURE            -4
   7  #define CL_OUT_OF_RESOURCES                         -5
   8  #define CL_OUT_OF_HOST_MEMORY                       -6
   9  #define CL_PROFILING_INFO_NOT_AVAILABLE             -7
  10  #define CL_MEM_COPY_OVERLAP                         -8
  11  #define CL_IMAGE_FORMAT_MISMATCH                    -9
  12  #define CL_IMAGE_FORMAT_NOT_SUPPORTED               -10
  13  #define CL_BUILD_PROGRAM_FAILURE                    -11
  14  #define CL_MAP_FAILURE                              -12
  15  
  16  #define CL_INVALID_VALUE                            -30
  17  #define CL_INVALID_DEVICE_TYPE                      -31
  18  #define CL_INVALID_PLATFORM                         -32
  19  #define CL_INVALID_DEVICE                           -33
  20  #define CL_INVALID_CONTEXT                          -34
  21  #define CL_INVALID_QUEUE_PROPERTIES                 -35
  22  #define CL_INVALID_COMMAND_QUEUE                    -36
  23  #define CL_INVALID_HOST_PTR                         -37
  24  #define CL_INVALID_MEM_OBJECT                       -38
  25  #define CL_INVALID_IMAGE_FORMAT_DESCRIPTOR          -39
  26  #define CL_INVALID_IMAGE_SIZE                       -40
  27  #define CL_INVALID_SAMPLER                          -41
  28  #define CL_INVALID_BINARY                           -42
  29  #define CL_INVALID_BUILD_OPTIONS                    -43
  30  #define CL_INVALID_PROGRAM                          -44
  31  #define CL_INVALID_PROGRAM_EXECUTABLE               -45
  32  #define CL_INVALID_KERNEL_NAME                      -46
  33  #define CL_INVALID_KERNEL_DEFINITION                -47
  34  #define CL_INVALID_KERNEL                           -48
  35  #define CL_INVALID_ARG_INDEX                        -49
  36  #define CL_INVALID_ARG_VALUE                        -50
  37  #define CL_INVALID_ARG_SIZE                         -51
  38  #define CL_INVALID_KERNEL_ARGS                      -52
  39  #define CL_INVALID_WORK_DIMENSION                   -53
  40  #define CL_INVALID_WORK_GROUP_SIZE                  -54
  41  #define CL_INVALID_WORK_ITEM_SIZE                   -55
  42  #define CL_INVALID_GLOBAL_OFFSET                    -56
  43  #define CL_INVALID_EVENT_WAIT_LIST                  -57
  44  #define CL_INVALID_EVENT                            -58
  45  #define CL_INVALID_OPERATION                        -59
  46  #define CL_INVALID_GL_OBJECT                        -60
  47  #define CL_INVALID_BUFFER_SIZE                      -61
  48  #define CL_INVALID_MIP_LEVEL                        -62
  49  #define CL_INVALID_GLOBAL_WORK_SIZE                 -63

posted by Png genki on Sat 24 Oct 2009 at 15:54

Comments:

or Preview
Social Bookmarks
  • Delicious
  • B_entry1647
  • Clip_16_12_w
Services from s21g
twpro(ツイプロ)
Twitterプロフィールを快適検索
地価2009
土地の値段を調べてみよう
MyRestaurant
自分だけのレストラン手帳
Formula
ブログに数式を埋め込める数式コミュニティ