Skip to content

Commit

Permalink
rm MSC
Browse files Browse the repository at this point in the history
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
  • Loading branch information
phu0ngng committed Oct 29, 2024
1 parent e9a4363 commit 026066d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions transformer_engine/jax/csrc/extensions/ffi.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ Error_Type ffi_with_cuda_error_check();
#define CURRENT_FILE __builtin_FILE()
#define CURRENT_LINE __builtin_LINE()
#define CURRENT_FUNCTION __builtin_FUNCTION()
#elif defined(_MSC_VER)
#define CURRENT_FILE __FILE__
#define CURRENT_LINE __LINE__
#define CURRENT_FUNCTION __FUNCTION__
#else
#define CURRENT_FILE __FILE__
#define CURRENT_LINE __LINE__
Expand Down

0 comments on commit 026066d

Please sign in to comment.