Skip to content

Commit

Permalink
gdev: quick hack to cubin symbol 0x22
Browse files Browse the repository at this point in the history
  • Loading branch information
shinpei0208 committed Nov 28, 2013
1 parent 4dab499 commit 8e84b3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuda/driver/gdev_cuda.c
Expand Up @@ -656,6 +656,8 @@ static int load_cubin(struct CUmod_st *mod, char *bin)
break;
case 0x12: /* function symbols */
break;
case 0x22: /* quick hack: FIXME! */
break;
default: /* ??? */
GDEV_PRINT("/* unknown symbols: 0x%x\n */", sym->st_info);
goto fail_symbol;
Expand Down

0 comments on commit 8e84b3f

Please sign in to comment.