index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
test
/
Dialect
/
SPIRV
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add spv.Undef op to support OpUndef instruction in SPIR-V.
Mahesh Ravishankar
2019-10-04
2
-0
/
+44
*
[spirv] Add support for spv.selection
Lei Zhang
2019-10-02
2
-3
/
+169
*
[spirv] Add array length check.
Denis Khalikov
2019-09-30
1
-0
/
+5
*
Add support for Logical Ops in SPIR-V dialect
Mahesh Ravishankar
2019-09-30
1
-0
/
+107
*
Add spv.Bitcast operation to SPIR-V dialect
Mahesh Ravishankar
2019-09-25
2
-0
/
+91
*
[spirv] Add SPV_UnaryOp and spv.FNegate
Lei Zhang
2019-09-25
2
-0
/
+17
*
Add support for GLSL Binary ops, and use it to implement GLSL FMax.
Mahesh Ravishankar
2019-09-24
2
-1
/
+27
*
[spirv] NFC: clean up (de)serialization tests
Lei Zhang
2019-09-23
21
-167
/
+179
*
Make spirv::RuntimeArrayType part of spirv::CompositeType.
Mahesh Ravishankar
2019-09-23
1
-0
/
+8
*
Handle OpMemberName instruction in SPIR-V deserializer.
Mahesh Ravishankar
2019-09-23
1
-6
/
+0
*
Simplify the way spirv::StructTypes are parsed.
Mahesh Ravishankar
2019-09-23
2
-15
/
+45
*
[spirv] Add OpControlBarrier and OpMemoryBarrier.
Denis Khalikov
2019-09-21
2
-0
/
+72
*
Allow specification of decorators on SPIR-V StructType members.
Mahesh Ravishankar
2019-09-19
2
-2
/
+44
*
Add (de)serialization support for OpRuntimeArray.
Mahesh Ravishankar
2019-09-17
1
-0
/
+8
*
Register a -test-spirv-roundtrip hook to mlir-translate
Lei Zhang
2019-09-17
21
-21
/
+21
*
Autogenerate (de)serialization for Extended Instruction Sets
Mahesh Ravishankar
2019-09-16
2
-9
/
+18
*
[spirv] Add support for function calls.
Denis Khalikov
2019-09-16
2
-0
/
+158
*
[spirv] Add support for BitEnumAttr
Lei Zhang
2019-09-16
1
-6
/
+78
*
Add mechanism to specify extended instruction sets in SPIR-V.
Mahesh Ravishankar
2019-09-15
1
-0
/
+49
*
Update SPIR-V symbols and use GLSL450 instead of VulkanKHR
Lei Zhang
2019-09-13
16
-50
/
+50
*
[spirv] Add support for spv.loop (de)serialization
Lei Zhang
2019-09-11
1
-0
/
+59
*
Add folding rule for spv.CompositeExtract
Lei Zhang
2019-09-10
1
-0
/
+41
*
[spirv] Add spv.loop
Lei Zhang
2019-09-05
1
-0
/
+184
*
Add folding rule and dialect materialization hook for spv.constant
Lei Zhang
2019-09-03
2
-1
/
+36
*
Add Select operation to SPIR-V dialect.
Mahesh Ravishankar
2019-09-02
3
-3
/
+127
*
Add spv.Branch and spv.BranchConditional
Lei Zhang
2019-08-30
1
-0
/
+144
*
[spirv] NFC: move SPIR-V control flow ops to a separate file
Lei Zhang
2019-08-23
2
-56
/
+56
*
[spirv] NFC: move arithmetic and logical ops to separate files
Lei Zhang
2019-08-23
3
-324
/
+325
*
[spirv] Add support for extension (de)serialization
Lei Zhang
2019-08-22
2
-0
/
+16
*
[spirv] Add support for capability (de)serialization
Lei Zhang
2019-08-22
2
-0
/
+15
*
Point to spv.AccessChain when reporting spv.AccessChain errors
Lei Zhang
2019-08-21
1
-7
/
+7
*
Remove the wrapping function in SPIR-V (de)serialization
Lei Zhang
2019-08-21
15
-453
/
+406
*
[spirv] Support i1 as bool type
Lei Zhang
2019-08-21
2
-5
/
+12
*
Materialize spv.constants at use sites
Lei Zhang
2019-08-21
2
-90
/
+163
*
Add spv.specConstant and spv._reference_of
Lei Zhang
2019-08-20
3
-52
/
+174
*
[spirv] Support (de)serialization of spv.struct
Denis Khalikov
2019-08-20
1
-0
/
+24
*
Fix parsing/printing of spv.globalVariable and spv._address_of
Mahesh Ravishankar
2019-08-19
6
-185
/
+218
*
[spirv] Add spv.ReturnValue
Lei Zhang
2019-08-19
3
-4
/
+72
*
Add spirv::GlobalVariableOp that allows module level definition of variables
Mahesh Ravishankar
2019-08-17
4
-60
/
+155
*
[spirv] Extend spv.array with Layoutinfo
Denis Khalikov
2019-08-16
2
-1
/
+22
*
Add BuiltIn EnumAttr to SPIR-V dialect
Mahesh Ravishankar
2019-08-15
2
-0
/
+12
*
Use SingleBlockImplicitTerminator trait for spv.module
Lei Zhang
2019-08-05
1
-2
/
+11
*
[spirv] Add support for specialization constant
Lei Zhang
2019-08-01
1
-0
/
+47
*
[spirv] Add binary logical operations.
Denis Khalikov
2019-08-01
2
-19
/
+195
*
Use operand number during serialization to get the <id>s of the operands
Mahesh Ravishankar
2019-07-31
1
-0
/
+11
*
[spirv] Add binary arithmetic operations tensorflow/mlir#2.
Denis Khalikov
2019-07-31
2
-0
/
+85
*
Add support for (de)serialization of SPIR-V Op Decorations
Mahesh Ravishankar
2019-07-30
1
-4
/
+4
*
Initial implementation to translate kernel fn in GPU Dialect to SPIR-V Dialect
Mahesh Ravishankar
2019-07-30
2
-12
/
+1
*
[spirv] Add binary arithmetic operations.
Denis Khalikov
2019-07-30
2
-0
/
+148
*
Enable (de)serialization support for spirv::AccessChainOp
Mahesh Ravishankar
2019-07-30
1
-0
/
+15
[prev]
[next]