brintos

brintos / llvm-project-archived public Read only

0
0
Text · 3.9 KiB · 64fc6b4 Raw
178 lines · plain
1async/clc_prefetch.cl2atomic/clc_atomic_compare_exchange.cl3atomic/clc_atomic_dec.cl4atomic/clc_atomic_exchange.cl5atomic/clc_atomic_fetch_add.cl6atomic/clc_atomic_fetch_and.cl7atomic/clc_atomic_fetch_max.cl8atomic/clc_atomic_fetch_min.cl9atomic/clc_atomic_fetch_or.cl10atomic/clc_atomic_fetch_sub.cl11atomic/clc_atomic_fetch_xor.cl12atomic/clc_atomic_flag_clear.cl13atomic/clc_atomic_flag_test_and_set.cl14atomic/clc_atomic_inc.cl15atomic/clc_atomic_load.cl16atomic/clc_atomic_store.cl17common/clc_degrees.cl18common/clc_radians.cl19common/clc_sign.cl20common/clc_smoothstep.cl21common/clc_step.cl22geometric/clc_cross.cl23geometric/clc_distance.cl24geometric/clc_dot.cl25geometric/clc_fast_distance.cl26geometric/clc_fast_length.cl27geometric/clc_fast_normalize.cl28geometric/clc_length.cl29geometric/clc_normalize.cl30integer/clc_abs.cl31integer/clc_abs_diff.cl32integer/clc_add_sat.cl33integer/clc_bitfield_extract_signed.cl34integer/clc_bitfield_extract_unsigned.cl35integer/clc_bitfield_insert.cl36integer/clc_bit_reverse.cl37integer/clc_clz.cl38integer/clc_ctz.cl39integer/clc_hadd.cl40integer/clc_mad24.cl41integer/clc_mad_sat.cl42integer/clc_mul24.cl43integer/clc_mul_hi.cl44integer/clc_popcount.cl45integer/clc_rhadd.cl46integer/clc_rotate.cl47integer/clc_sub_sat.cl48integer/clc_upsample.cl49math/clc_acos.cl50math/clc_acosh.cl51math/clc_acospi.cl52math/clc_asin.cl53math/clc_asinh.cl54math/clc_asinpi.cl55math/clc_atan.cl56math/clc_atan2.cl57math/clc_atan2pi.cl58math/clc_atanh.cl59math/clc_atanpi.cl60math/clc_cbrt.cl61math/clc_ceil.cl62math/clc_copysign.cl63math/clc_cos.cl64math/clc_cosh.cl65math/clc_cospi.cl66math/clc_ep_log.cl67math/clc_erf.cl68math/clc_erfc.cl69math/clc_exp.cl70math/clc_exp10.cl71math/clc_exp2.cl72math/clc_expm1.cl73math/clc_exp_helper.cl74math/clc_fabs.cl75math/clc_fdim.cl76math/clc_fma.cl77math/clc_fmax.cl78math/clc_fmin.cl79math/clc_floor.cl80math/clc_fmod.cl81math/clc_fract.cl82math/clc_frexp.cl83math/clc_half_cos.cl84math/clc_half_divide.cl85math/clc_half_exp.cl86math/clc_half_exp10.cl87math/clc_half_exp2.cl88math/clc_half_log.cl89math/clc_half_log10.cl90math/clc_half_log2.cl91math/clc_half_powr.cl92math/clc_half_rsqrt.cl93math/clc_half_recip.cl94math/clc_half_sin.cl95math/clc_half_sqrt.cl96math/clc_half_tan.cl97math/clc_hypot.cl98math/clc_ilogb.cl99math/clc_ldexp.cl100math/clc_lgamma.cl101math/clc_lgamma_r.cl102math/clc_log.cl103math/clc_log10.cl104math/clc_log1p.cl105math/clc_log2.cl106math/clc_logb.cl107math/clc_mad.cl108math/clc_maxmag.cl109math/clc_minmag.cl110math/clc_modf.cl111math/clc_nan.cl112math/clc_native_cos.cl113math/clc_native_divide.cl114math/clc_native_exp.cl115math/clc_native_exp10.cl116math/clc_native_exp2.cl117math/clc_native_log.cl118math/clc_native_log10.cl119math/clc_native_log2.cl120math/clc_native_powr.cl121math/clc_native_rsqrt.cl122math/clc_native_recip.cl123math/clc_native_sin.cl124math/clc_native_sqrt.cl125math/clc_native_tan.cl126math/clc_nextafter.cl127math/clc_pow.cl128math/clc_pown.cl129math/clc_powr.cl130math/clc_remainder.cl131math/clc_remquo.cl132math/clc_rint.cl133math/clc_rootn.cl134math/clc_round.cl135math/clc_rsqrt.cl136math/clc_sin.cl137math/clc_sincos.cl138math/clc_sincos_helpers.cl139math/clc_sinh.cl140math/clc_sinpi.cl141math/clc_sqrt.cl142math/clc_sw_fma.cl143math/clc_tables.cl144math/clc_tan.cl145math/clc_tanh.cl146math/clc_tanpi.cl147math/clc_tgamma.cl148math/clc_trunc.cl149misc/clc_shuffle.cl150misc/clc_shuffle2.cl151relational/clc_all.cl152relational/clc_any.cl153relational/clc_bitselect.cl154relational/clc_isequal.cl155relational/clc_isfinite.cl156relational/clc_isgreater.cl157relational/clc_isgreaterequal.cl158relational/clc_isinf.cl159relational/clc_isless.cl160relational/clc_islessequal.cl161relational/clc_islessgreater.cl162relational/clc_isnan.cl163relational/clc_isnormal.cl164relational/clc_isnotequal.cl165relational/clc_isordered.cl166relational/clc_isunordered.cl167relational/clc_select.cl168relational/clc_signbit.cl169shared/clc_clamp.cl170shared/clc_max.cl171shared/clc_min.cl172shared/clc_vload.cl173shared/clc_vstore.cl174workitem/clc_get_local_linear_id.cl175workitem/clc_get_num_sub_groups.cl176workitem/clc_get_sub_group_id.cl177workitem/clc_get_sub_group_size.cl178