Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
Enabling half instructions for selected Pascal archs
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfom committed Jan 16, 2017
1 parent 18f5ce1 commit b6771be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/THC/THCHalf.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ THC_API int THC_fastHalfInstructions(THCState *state);
# define THC_DECL inline
# endif

#if 0 // __CUDA_ARCH__ == 600 || __CUDA_ARCH__ >= 620
#if __CUDA_ARCH__ == 600 || __CUDA_ARCH__ >= 620
# define CUDA_HALF_INSTRUCTIONS 1
#endif

Expand Down

0 comments on commit b6771be

Please sign in to comment.