Skip to content

Commit

Permalink
[quick fix] remove info should not be exposed (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dewei-Wang-sh authored Dec 14, 2023
1 parent ad25087 commit 4aa8265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Conversion/XeGPUToSPIRV/XeGPUToSPIRV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@ class NbarrierArriveToVCPattern : public OpConversionPattern<NbarrierArriveOp> {
std::string funcName = "llvm_genx_raw_send2_noresult_i1_v8i32";

// desc format
// https://github.com/intel-innersource/drivers.gpu.compute.vc-intrinsics/blob/cmc_experimental/GenXIntrinsics/include/llvm/GenXIntrinsics/Intrinsic_definitions.py#L4595
Value modifier = i8_val(0);
Value exec_size = i8_val(0);
Value predicate = i1_val(1);
Expand Down

0 comments on commit 4aa8265

Please sign in to comment.