HomeSort by: relevance | last modified time | path
    Searched defs:nvptx_get_num_devices (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 576 nvptx_get_num_devices (void) function
1180 return nvptx_get_num_devices ();
1848 if (n >= nvptx_get_num_devices () || n < 0 || ptx_devices[n] == NULL)
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 592 nvptx_get_num_devices (void) function
1197 int num_devices = nvptx_get_num_devices ();
2080 if (n >= nvptx_get_num_devices () || n < 0 || ptx_devices[n] == NULL)

Completed in 49 milliseconds