Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPIR-V Support #383

Open
XAMPPRocky opened this issue Jan 18, 2021 · 0 comments
Open

SPIR-V Support #383

XAMPPRocky opened this issue Jan 18, 2021 · 0 comments
Labels
s: needs update This issue needs a follow up or investigation whether it still applies. t: tracking issue An issue tracking the progress of a specific feature or change.

Comments

@XAMPPRocky
Copy link
Member

XAMPPRocky commented Jan 18, 2021

This is a tracking issue for tracking what rust-gpu can produce in terms of SPIR-V assembly.

Emoji Legend

  • πŸ›‘ β€” Missing
  • ⚠️ β€” Incomplete
  • βœ… β€” Complete (excluding vendor specific extensions)

Execution Models βœ…

Details

  • Vertex
  • Tessellation Control
  • Tessellation Evaluation
  • Geometry
  • Fragment
  • GLCompute
  • Kernel (Compute)
  • TaskNV
  • MeshNV
  • Ray Generation NV
  • Ray Intersection NV
  • Ray Any-hit NV
  • Ray Closest-hit NV
  • Ray Miss NV
  • Ray Callable NV

Addressing Model ⚠️

Details

  • Logical
  • Physical32
  • Physical64
  • PhysicalStorageBuffer64

Memory Model βœ…

Details

  • Simple
  • GLSL450
  • OpenCL
  • Vulkan

Execution Modes ⚠️

Details

All models βœ…

Details

  • Initializer
  • Finalizer
  • SubgroupSize
  • SubgroupsPerWorkgroup
  • SubgroupsPerWorkgroupId
  • PostDepthCoverage
  • DenormPreserve
  • DenormFlushToZero
  • SignedZeroInfNanPreserve
  • RoundingModeRTE
  • RoundingModeRTZ

Kernel βœ…

Details

  • LocalSizeHint
  • LocalSizeHintId
  • VecTypeHint
  • ContractionOff

Kernel & GLCompute βœ…

Details

  • LocalSize
  • LocalSizeId

Geometry βœ…

Details

  • Invocations
  • InputPoints
  • InputLines
  • InputLinesAdjacency
  • InputTrianglesAdjacency

Geometry & Tessellation βœ…

Details

  • Triangles
  • OutputVertices

Fragment ⚠️

Details

  • PixelCenterInteger
  • OriginUpperLeft
  • OriginLowerLeft
  • EarlyFragmentTests
  • DepthReplacing
  • DepthGreater
  • DepthLess
  • DepthUnchanged
  • OutputPoints
  • OutputLineStrip
  • OutputTriangleStrip

Tessellation ⚠️

Details

  • SpacingEqual
  • SpacingFractionalEven
  • SpacingFractionalOdd
  • VertexOrderCw
  • VertexOrderCcw
  • PointMode
  • Quads
  • Isolines

Vertex βœ…

  • Xfb

Storage Classes βœ…

Details

  • UniformConstant
  • Input
  • Uniform
  • Output
  • Workgroup
  • CrossWorkgroup
  • Private
  • Function
  • Generic
  • PushConstant
  • AtomicCounter
  • Image
  • StorageBuffer
  • CallableDataKHR
  • IncomingCallableDataKHR
  • RayPayloadKHR
  • HitAttributeKHR
  • IncomingRayPayloadKHR
  • ShaderRecordBufferKHR
  • PhysicalStorageBuffer

Image ⚠️

Details

  • OpSampledImage
  • OpImageSampleImplicitLod
  • OpImageSampleExplicitLod
  • OpImageSampleDrefImplicitLod
  • OpImageSampleDrefExplicitLod
  • OpImageSampleProjImplicitLod
  • OpImageSampleProjExplicitLod
  • OpImageSampleProjDrefImplicitLod
  • OpImageSampleProjDrefExplicitLod
  • OpImageFetch
  • OpImageGather
  • OpImageDrefGather
  • OpImageRead
  • OpImageWrite
  • OpImageQueryFormat
  • OpImageQueryOrder
  • OpImageQuerySizeLod
  • OpImageQuerySize
  • OpImageQueryLod
  • OpImageQueryLevels
  • OpImageQuerySamples
  • OpImageSparseSampleImplicitLod
  • OpImageSparseSampleExplicitLod
  • OpImageSparseSampleDrefImplicitLod
  • OpImageSparseSampleDrefExplicitLod
  • OpImageSparseFetch
  • OpImageSparseGather
  • OpImageSparseDrefGather
  • OpImageSparseTexelsResident
  • OpImageSparseRead

Conversions πŸ›‘

Details

  • Float <-> unsigned integer
  • Float <-> signed integer
  • OpUconvert
  • OpSConvert
  • OpFConvert
  • OpQuantizeToF16
  • OpConvertPtrToU
  • OpSatConvertSToU
  • OpSatConvertUToS
  • OpConvertUToPtr
  • OpPtrCastToGeneric
  • OpGenericCastToPtr
  • OpGenericCastToPtrExplicit
  • OpBitcast

Composite ⚠️

Details

  • OpVectorExtractDynamic
  • OpVectorInsertDynamic
  • OpVectorShuffle
  • OpTranspose

Arithmetic ⚠️

Details

  • OpSNegate
  • OpFNegate
  • OpIAdd
  • OpFAdd
  • OpISub
  • OpFSub
  • OpIMul
  • OpFMul
  • OpUDiv
  • OpSDiv
  • OpFDiv
  • OpUMod
  • OpSRem
  • OpSMod
  • OpFRem
  • OpFMod
  • OpVectorTimesScalar
  • OpMatrixTimesScalar
  • OpVectorTimesMatrix
  • OpMatrixTimesVector
  • OpMatrixTimesMatrix
  • OpOuterProduct
  • OpDot
  • OpIAddCarry
  • OpISubBorrow
  • OpUMulExtended
  • OpSMulExtended

Bit ⚠️

Details

  • OpShiftRightLogical
  • OpShiftRightArithmetic
  • OpShiftLeftLogical
  • OpBitwiseOr
  • OpBitwiseXor
  • OpBitwiseAnd
  • OpNot
  • OpBitFieldInsert
  • OpBitFieldSExtract
  • OpBitFieldUExtract
  • OpBitReverse
  • OpBitCount

Relational & Logical ⚠️

Details

  • OpAny
  • OpAll
  • OpIsNan
  • OpIsInf
  • OpIsFinite
  • OpIsNormal
  • OpSignBitSet
  • OpLessOrGreater
  • OpOrdered
  • OpUnordered
  • OpLogicalEqual
  • OpLogicalNotEqual
  • OpLogicalOr
  • OpLogicalAnd
  • OpLogicalNot
  • OpSelect
  • OpIEqual
  • OpINotEqual
  • OpUGreaterThan
  • OpSGreaterThan
  • OpUGreaterThanEqual
  • OpSGreaterThanEqual
  • OpULessThan
  • OpSLessThan
  • OpULessThanEqual
  • OpSLessThanEqual
  • OpFOrdEqual
  • OpFUnordEqual
  • OpFOrdNotEqual
  • OpFUnordNotEqual
  • OpFOrdLessThan
  • OpFUnordLessThan
  • OpFOrdGreaterThan
  • OpFUnordGreaterThan
  • OpFOrdLessThanEqual
  • OpFUnordLessThanEqual
  • OpFOrdGreaterThanEqual
  • OpFUnordGreaterThanEqual

Derivative βœ…

Details

  • OpDPdx
  • OpDPdy
  • OpFwidth
  • OpDPdxFine
  • OpDPdyFine
  • OpFwidthFine
  • OpDPdxCoarse
  • OpDPdyCoarse
  • OpFwidthCoarse

Atomic πŸ›‘

Details

  • OpAtomicLoad
  • OpAtomicStore
  • OpAtomicExchange
  • OpAtomicCompareExchange
  • OpAtomicCompareExchangeWeak
  • OpAtomicIIncrement
  • OpAtomicIDecrement
  • OpAtomicIAdd
  • OpAtomicISub
  • OpAtomicSMin
  • OpAtomicUMin
  • OpAtomicSMax
  • OpAtomicUMax
  • OpAtomicAnd
  • OpAtomicOr
  • OpAtomicXor
  • OpAtomicFlagTestAndSet
  • OpAtomicFlagClear

Barrier πŸ›‘

Details

  • OpControlBarrier
  • OpMemoryBarrier
  • OpNamedBarrierInitialize
  • OpMemoryNamedBarrier

Group & Subgroup πŸ›‘

Details

  • OpGroupAsyncCopy
  • OpGroupWaitEvents
  • OpGroupAll
  • OpGroupAny
  • OpGroupBroadcast
  • OpGroupIAdd
  • OpGroupFAdd
  • OpGroupFMin
  • OpGroupUMin
  • OpGroupSMin
  • OpGroupFMax
  • OpGroupUMax
  • OpGroupSMax

Device-side Enqueue πŸ›‘

Details

  • OpEnqueueMarker
  • OpEnqueueKernel
  • OpGetKernelNDrangeSubGroupCount
  • OpGetKernelNDrangeMaxSubGroupSize
  • OpGetKernelWorkGroupSize
  • OpGetKernelPreferredWorkGroupSizeMultiple
  • OpRetainEvent
  • OpReleaseEvent
  • OpCreateUserEvent
  • OpIsValidEvent
  • OpSetUserEventStatus
  • OpCaptureEventProfilingInfo
  • OpGetDefaultQueue
  • OpBuildNDRange
  • OpGetKernelLocalSizeForSubgroupCount
  • OpGetKernelMaxNumSubgroups

Pipe πŸ›‘

Details

  • OpReadPipe
  • OpWritePipe
  • OpReservedReadPipe
  • OpReservedWritePipe
  • OpReserveReadPipePackets
  • OpReserveWritePipePackets
  • OpCommitReadPipe
  • OpCommitWritePipe
  • OpIsValidReserveId
  • OpGetNumPipePackets
  • OpGetMaxPipePackets
  • OpGroupReserveReadPipePackets
  • OpGroupReserveWritePipePackets
  • OpGroupCommitReadPipe
  • OpGroupCommitWritePipe
  • OpConstantPipeStorage
  • OpCreatePipeFromPipeStorage

Non-uniform πŸ›‘

Details

  • OpGroupNonUniformElect
  • OpGroupNonUniformAll
  • OpGroupNonUniformAny
  • OpGroupNonUniformAllEqual
  • OpGroupNonUniformBroadcast
  • OpGroupNonUniformBroadcastFirst
  • OpGroupNonUniformBallot
  • OpGroupNonUniformInverseBallot
  • OpGroupNonUniformBallotBitExtract
  • OpGroupNonUniformBallotBitCount
  • OpGroupNonUniformBallotFindLSB
  • OpGroupNonUniformBallotFindMSB
  • OpGroupNonUniformShuffle
  • OpGroupNonUniformShuffleXor
  • OpGroupNonUniformShuffleUp
  • OpGroupNonUniformShuffleDown
  • OpGroupNonUniformIAdd
  • OpGroupNonUniformFAdd
  • OpGroupNonUniformIMul
  • OpGroupNonUniformFMul
  • OpGroupNonUniformSMin
  • OpGroupNonUniformUMin
  • OpGroupNonUniformFMin
  • OpGroupNonUniformSMax
  • OpGroupNonUniformUMax
  • OpGroupNonUniformFMax
  • OpGroupNonUniformBitwiseAnd
  • OpGroupNonUniformBitwiseOr
  • OpGroupNonUniformBitwiseXor
  • OpGroupNonUniformLogicalAnd
  • OpGroupNonUniformLogicalOr
  • OpGroupNonUniformLogicalXor
  • OpGroupNonUniformQuadBroadcast
  • OpGroupNonUniformQuadSwap

@XAMPPRocky XAMPPRocky added the t: tracking issue An issue tracking the progress of a specific feature or change. label Jan 18, 2021
@XAMPPRocky XAMPPRocky pinned this issue Mar 8, 2021
@oisyn oisyn added the s: needs update This issue needs a follow up or investigation whether it still applies. label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: needs update This issue needs a follow up or investigation whether it still applies. t: tracking issue An issue tracking the progress of a specific feature or change.
Projects
None yet
Development

No branches or pull requests

2 participants